Ejemplo n.º 1
0
 /**
  * Implements \Drupal\Core\Entity\EntityInterface::enforceIsNew().
  */
 public function enforceIsNew($value = TRUE)
 {
     return $this->storage->enforceIsNew($value);
 }