Search for hook_

  1. Search 7.x for hook_
  2. Search 9.5.x for hook_
  3. Search 8.9.x for hook_
  4. Search 10.3.x for hook_
  5. Search 11.x for hook_
  6. Other projects
Title Object type File name Summary
EntityCrudHookTest::fileUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_update() for file entities.
EntityCrudHookTest::nodeCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_create() for node entities.
EntityCrudHookTest::nodeDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_delete() for node entities.
EntityCrudHookTest::nodeInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_insert() for node entities.
EntityCrudHookTest::nodeLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for node entities.
EntityCrudHookTest::nodePredelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_predelete() for node entities.
EntityCrudHookTest::nodePresave function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_presave() for node entities.
EntityCrudHookTest::nodeUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_update() for node entities.
EntityCrudHookTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
EntityCrudHookTest::taxonomyTermCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_create() for taxonomy_term entities.
EntityCrudHookTest::taxonomyTermDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities.
EntityCrudHookTest::taxonomyTermInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_insert() for taxonomy_term entities.
EntityCrudHookTest::taxonomyTermLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for taxonomy_term entities.
EntityCrudHookTest::taxonomyTermPredelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_predelete() for taxonomy_term entities.
EntityCrudHookTest::taxonomyTermPresave function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_presave() for taxonomy_term entities.
EntityCrudHookTest::taxonomyTermUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_update() for taxonomy_term entities.
EntityCrudHookTest::taxonomyVocabularyCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_create() for taxonomy_vocabulary entities.
EntityCrudHookTest::taxonomyVocabularyDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities.
EntityCrudHookTest::taxonomyVocabularyInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_insert() for taxonomy_vocabulary entities.
EntityCrudHookTest::taxonomyVocabularyLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for taxonomy_vocabulary entities.
EntityCrudHookTest::taxonomyVocabularyPredelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities.
EntityCrudHookTest::taxonomyVocabularyPresave function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.
EntityCrudHookTest::taxonomyVocabularyUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_update() for taxonomy_vocabulary entities.
EntityCrudHookTest::testBlockHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on blocks.
EntityCrudHookTest::testCommentHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on comments.
EntityCrudHookTest::testEntityRollback function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests rollback from failed entity save.
EntityCrudHookTest::testFileHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on files.
EntityCrudHookTest::testNodeHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on nodes.
EntityCrudHookTest::testTaxonomyTermHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTest::testTaxonomyVocabularyHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on taxonomy vocabularies.
EntityCrudHookTest::testUserHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on users.
EntityCrudHookTest::userCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_create() for user entities.
EntityCrudHookTest::userDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_delete() for user entities.
EntityCrudHookTest::userInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_insert() for user entities.
EntityCrudHookTest::userLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for user entities.
EntityCrudHookTest::userPredelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_predelete() for user entities.
EntityCrudHookTest::userPresave function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_presave() for user entities.
EntityCrudHookTest::userUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_update() for user entities.
EntityKernelTestBase::getHooksInfo function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Returns the entity_test hook invocation info.
EntityReferenceTestHooks class core/modules/system/tests/modules/entity_reference_test/src/Hook/EntityReferenceTestHooks.php Hook implementations for entity_reference_test.
EntityReferenceTestHooks.php file core/modules/system/tests/modules/entity_reference_test/src/Hook/EntityReferenceTestHooks.php
EntityReferenceTestHooks::entityBaseFieldInfo function core/modules/system/tests/modules/entity_reference_test/src/Hook/EntityReferenceTestHooks.php Implements hook_entity_base_field_info().
EntityReferenceTestHooks::entityBaseFieldInfoAlter function core/modules/system/tests/modules/entity_reference_test/src/Hook/EntityReferenceTestHooks.php Implements hook_entity_base_field_info_alter().
EntityRevisionsTest::testSaveInHookEntityInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php Tests re-saving the entity in entity_test_entity_insert().
EntitySchemaTestHooks class core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Hook implementations for entity_schema_test.
EntitySchemaTestHooks.php file core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php
EntitySchemaTestHooks::entityBaseFieldInfo function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_base_field_info().
EntitySchemaTestHooks::entityBundleCreate function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_bundle_create().
EntitySchemaTestHooks::entityBundleDelete function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_bundle_delete().
EntitySchemaTestHooks::entityBundleFieldInfo function core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php Implements hook_entity_bundle_field_info().

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