You are here

protected property EnhancedEntityBundle::$new_revision in Entity API 8.0

Should new entities of this bundle have a new revision by default.

Type: bool

File

tests/modules/entity_module_test/src/Entity/EnhancedEntityBundle.php, line 70
Contains \Drupal\entity_module_test\Entity\EnhancedEntityBundle.

Class

EnhancedEntityBundle
Provides bundles for the test entity.

Namespace

Drupal\entity_module_test\Entity

Code

protected $new_revision = FALSE;