public function Entity::enforceIsNew

Implements \Drupal\Core\Entity\EntityInterface::enforceIsNew().

Overrides EntityInterface::enforceIsNew

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 111
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

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