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
ConfigTestHooksHooks class core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Hook implementations for config_test.
ConfigTestHooksHooks.php file core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php
ConfigTestHooksHooks::configTestCreate function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_create() for 'config_test'.
ConfigTestHooksHooks::configTestDelete function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_delete().
ConfigTestHooksHooks::configTestInsert function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_insert().
ConfigTestHooksHooks::configTestLoad function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_load().
ConfigTestHooksHooks::configTestPredelete function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_predelete().
ConfigTestHooksHooks::configTestPresave function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_presave().
ConfigTestHooksHooks::configTestUpdate function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_update().
ConfigTestHooksHooks::updateIsSyncingStore function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Helper function for testing hooks during configuration sync.
ConfigTestRestHooks class core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php Hook implementations for config_test_rest.
ConfigTestRestHooks.php file core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php
ConfigTestRestHooks::configTestAccess function core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php Implements hook_ENTITY_TYPE_access().
ConfigTestRestHooks::entityTypeAlter function core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php Implements hook_entity_type_alter().
ConfigTranslationHooks class core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Hook implementations for config_translation.
ConfigTranslationHooks.php file core/modules/config_translation/src/Hook/ConfigTranslationHooks.php
ConfigTranslationHooks::configSchemaInfoAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_config_schema_info_alter().
ConfigTranslationHooks::configTranslationInfo function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_config_translation_info().
ConfigTranslationHooks::entityOperation function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_entity_operation().
ConfigTranslationHooks::entityTypeAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_entity_type_alter().
ConfigTranslationHooks::help function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_help().
ConfigTranslationHooks::theme function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_theme().
ConfigTranslationHooks::themesInstalled function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_themes_installed().
ConfigTranslationHooks::themesUninstalled function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_themes_uninstalled().
ConfigTranslationTestHooks class core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Hook implementations for config_translation_test.
ConfigTranslationTestHooks.php file core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php
ConfigTranslationTestHooks::configTranslationInfoAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_config_translation_info_alter().
ConfigTranslationTestHooks::entityTypeAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_entity_type_alter().
ConfigTranslationTestHooks::formConfigTranslationAddFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_FORM_ID_alter() for ConfigTranslationAddForm.
ConfigTranslationTestHooks::formConfigTranslationEditFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_FORM_ID_alter() for ConfigTranslationEditForm.
ConfigTranslationTestHooks::formConfigTranslationFormAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_form_BASE_FORM_ID_alter() for ConfigTranslationFormBase.
ConfigTranslationTestHooks::systemInfoAlter function core/modules/config_translation/tests/modules/config_translation_test/src/Hook/ConfigTranslationTestHooks.php Implements hook_system_info_alter().
ContactFormHooks class core/modules/contact/src/Hook/ContactFormHooks.php Form hook implementations for Contact module.
ContactFormHooks.php file core/modules/contact/src/Hook/ContactFormHooks.php
ContactFormHooks::formUserAdminSettingsAlter function core/modules/contact/src/Hook/ContactFormHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm.
ContactFormHooks::formUserFormAlter function core/modules/contact/src/Hook/ContactFormHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm.
ContactFormHooks::profileFormSubmit function core/modules/contact/src/Hook/ContactFormHooks.php Provides an additional submit handler for \Drupal\user\ProfileForm form.
ContactFormHooks::userAdminSettingsSubmit function core/modules/contact/src/Hook/ContactFormHooks.php Provides an additional submit handler for 'user_admin_settings' form.
ContactFormHooks::__construct function core/modules/contact/src/Hook/ContactFormHooks.php
ContactHooks class core/modules/contact/src/Hook/ContactHooks.php Hook implementations for contact.
ContactHooks.php file core/modules/contact/src/Hook/ContactHooks.php
ContactHooks::entityExtraFieldInfo function core/modules/contact/src/Hook/ContactHooks.php Implements hook_entity_extra_field_info().
ContactHooks::entityTypeAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_entity_type_alter().
ContactHooks::help function core/modules/contact/src/Hook/ContactHooks.php Implements hook_help().
ContactHooks::mail function core/modules/contact/src/Hook/ContactHooks.php Implements hook_mail().
ContactHooks::menuLocalTasksAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_menu_local_tasks_alter().
ContactHooks::restResourceAlter function core/modules/contact/src/Hook/ContactHooks.php Implements hook_rest_resource_alter().
ContactStorageTestHooks class core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Hook implementations for contact_storage_test.
ContactStorageTestHooks.php file core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php
ContactStorageTestHooks::contactFormBuilder function core/modules/contact/tests/modules/contact_storage_test/src/Hook/ContactStorageTestHooks.php Entity builder for the contact form edit form with third party options.

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