You are here

constant EntityDefinitionUpdateManagerInterface::DEFINITION_CREATED in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::DEFINITION_CREATED

Indicates that a definition has just been created.

File

core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php, line 50

Class

EntityDefinitionUpdateManagerInterface
Defines an interface for managing entity definition updates.

Namespace

Drupal\Core\Entity

Code

const DEFINITION_CREATED = 1;