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