You are here

protected property Entity::$enforceIsNew in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/Entity.php \Drupal\Core\Entity\Entity::enforceIsNew

Boolean indicating whether the entity should be forced to be new.

Type: bool

File

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

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

protected $enforceIsNew;