Search for hook_entity_

  1. Search 9.5.x for hook_entity_
  2. Search 8.9.x for hook_entity_
  3. Search 10.3.x for hook_entity_
  4. Search 11.x for hook_entity_
  5. Other projects
Title Object type File name Summary
hook_entity_delete function modules/system/system.api.php Act on entities when deleted.
hook_entity_info function modules/system/system.api.php Inform the base system and the Field API about one or more entity types.
hook_entity_info_alter function modules/system/system.api.php Alter the entity info.
hook_entity_insert function modules/system/system.api.php Act on entities when inserted.
hook_entity_load function modules/system/system.api.php Act on entities when loaded.
hook_entity_prepare_view function modules/system/system.api.php Act on entities as they are being prepared for view.
hook_entity_presave function modules/system/system.api.php Act on an entity before it is about to be created or updated.
hook_entity_query_alter function modules/system/system.api.php Alter or execute an EntityFieldQuery.
hook_entity_update function modules/system/system.api.php Act on entities when updated.
hook_entity_view function modules/system/system.api.php Act on entities being assembled before rendering.
hook_entity_view_alter function modules/system/system.api.php Alter the results of ENTITY_view().
hook_entity_view_mode_alter function modules/system/system.api.php Change the view mode of an entity that is being displayed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.