public function Entity::enforceIsNew

Implements EntityInterface::enforceIsNew().

Overrides EntityInterface::enforceIsNew

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 108
Definition of Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function enforceIsNew($value = TRUE) {
  $this->enforceIsNew = $value;
}