hook_entity_create

function hook_entity_create

hook_entity_create(\Drupal\Core\Entity\EntityInterface $entity)

Acts when creating a new entity.

This hook runs after a new entity object has just been instantiated.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity object.

See also

hook_ENTITY_TYPE_create()

Related topics

Entity CRUD, editing, and view hooks