hook_entity_field_access

hook_entity_field_access($operation, \Drupal\Core\Field\FieldDefinitionInterface $field_definition, \Drupal\Core\Session\AccountInterface $account

2016-10-29 09:17:58
hook_entity_revision_delete

hook_entity_revision_delete(Drupal\Core\Entity\EntityInterface $entity) Respond to entity revision deletion

2016-10-29 09:18:01
hook_entity_presave

hook_entity_presave(Drupal\Core\Entity\EntityInterface $entity) Act on an entity before it is created or updated

2016-10-29 09:18:01
hook_entity_view_alter

hook_entity_view_alter(array &$build, Drupal\Core\Entity\EntityInterface $entity, \Drupal\Core\Entity\Display\EntityViewDisplayInterface $display)

2016-10-29 09:18:08
hook_entity_bundle_delete

hook_entity_bundle_delete($entity_type_id, $bundle) Act on entity_bundle_delete(). This

2016-10-29 09:17:56
hook_ENTITY_TYPE_translation_delete

hook_ENTITY_TYPE_translation_delete(\Drupal\Core\Entity\EntityInterface $translation) Respond to entity translation

2016-10-29 09:18:06
hook_ENTITY_TYPE_predelete

hook_ENTITY_TYPE_predelete(Drupal\Core\Entity\EntityInterface $entity) Act before entity deletion of a particular

2016-10-29 09:18:05
hook_ENTITY_TYPE_storage_load

hook_ENTITY_TYPE_storage_load(array $entities) Act on content entities of a given type when loaded from the

2016-10-29 09:18:05
hook_ENTITY_TYPE_update

hook_ENTITY_TYPE_update(Drupal\Core\Entity\EntityInterface $entity) Respond to updates to an entity of a particular

2016-10-29 09:18:06
Entity CRUD, editing, and view hooks

Hooks used in various entity operations. Entity create, read, update, and delete (CRUD) operations are performed by entity storage classes;

2016-10-29 09:04:16