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. Other projects
Title Object type File name Summary
JsonapiHooks::jsonapiTaxonomyTermFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'taxonomy_term'.
JsonapiHooks::jsonapiUserFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'user'.
JsonapiHooks::jsonapiWorkspaceFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'workspace'.
JsonapiHooks::modulesInstalled function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_modules_installed().
JsonApiRegressionTest::testGetNodeCollectionWithHookNodeGrantsImplementationsFromIssue2984964 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures GETting node collection + hook_node_grants() implementations works.
JsonapiTestFieldAccessHooks class core/modules/jsonapi/tests/modules/jsonapi_test_field_access/src/Hook/JsonapiTestFieldAccessHooks.php Hook implementations for jsonapi_test_field_access.
JsonapiTestFieldAccessHooks.php file core/modules/jsonapi/tests/modules/jsonapi_test_field_access/src/Hook/JsonapiTestFieldAccessHooks.php
JsonapiTestFieldAccessHooks::entityFieldAccess function core/modules/jsonapi/tests/modules/jsonapi_test_field_access/src/Hook/JsonapiTestFieldAccessHooks.php Implements hook_entity_field_access().
JsonapiTestNonCacheableMethodsHooks class core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php Hook implementations for jsonapi_test_non_cacheable_methods.
JsonapiTestNonCacheableMethodsHooks.php file core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php
JsonapiTestNonCacheableMethodsHooks::entityPredelete function core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php Implements hook_entity_predelete().
JsonapiTestNonCacheableMethodsHooks::entityPresave function core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php Implements hook_entity_presave().
JsonapiTestUserHooks class core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php Hook implementations for jsonapi_test_user.
JsonapiTestUserHooks.php file core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php
JsonapiTestUserHooks::userFormatNameAlter function core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php Implements hook_user_format_name_alter().
JsonTestFieldFilterAccessHooks class core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php Hook implementations for jsonapi_test_field_filter_access.
JsonTestFieldFilterAccessHooks.php file core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php
JsonTestFieldFilterAccessHooks::jsonapiEntityFieldFilterAccess function core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/src/Hook/JsonTestFieldFilterAccessHooks.php Implements hook_jsonapi_entity_field_filter_access().
JsTestingAjaxRequestTestHooks class core/modules/system/tests/modules/js_testing_ajax_request_test/src/Hook/JsTestingAjaxRequestTestHooks.php Hook implementations for js_testing_ajax_request_test.
JsTestingAjaxRequestTestHooks.php file core/modules/system/tests/modules/js_testing_ajax_request_test/src/Hook/JsTestingAjaxRequestTestHooks.php
JsTestingAjaxRequestTestHooks::pageAttachments function core/modules/system/tests/modules/js_testing_ajax_request_test/src/Hook/JsTestingAjaxRequestTestHooks.php Implements hook_page_attachments().
JsTestingLogTestHooks class core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php Hook implementations for js_testing_log_test.
JsTestingLogTestHooks.php file core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php
JsTestingLogTestHooks::jsSettingsAlter function core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php Implements hook_js_settings_alter().
JsTestingLogTestHooks::pageAttachments function core/modules/system/tests/modules/js_testing_log_test/src/Hook/JsTestingLogTestHooks.php Implements hook_page_attachments().
KeyvalueTestHooks class core/modules/system/tests/modules/keyvalue_test/src/Hook/KeyvalueTestHooks.php Hook implementations for keyvalue_test.
KeyvalueTestHooks.php file core/modules/system/tests/modules/keyvalue_test/src/Hook/KeyvalueTestHooks.php
KeyvalueTestHooks::entityTypeAlter function core/modules/system/tests/modules/keyvalue_test/src/Hook/KeyvalueTestHooks.php Implements hook_entity_type_alter().
LanguageEntityFieldAccessHookTest class core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php Tests language picker compatibility with hook_entity_field_access.
LanguageEntityFieldAccessHookTest.php file core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php
LanguageEntityFieldAccessHookTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php The theme to install as the default for testing.
LanguageEntityFieldAccessHookTest::$modules property core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php Modules to install.
LanguageEntityFieldAccessHookTest::testHookEntityFieldAccess function core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php Tests compatibility with hook_entity_field_access().
LanguageEntityFieldAccessTestHooks class core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php Hook implementations for language_entity_field_access_test.
LanguageEntityFieldAccessTestHooks.php file core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php
LanguageEntityFieldAccessTestHooks::entityFieldAccess function core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php Implements hook_entity_field_access().
LanguageHooks class core/modules/language/src/Hook/LanguageHooks.php Hook implementations for language.
LanguageHooks.php file core/modules/language/src/Hook/LanguageHooks.php
LanguageHooks::elementInfoAlter function core/modules/language/src/Hook/LanguageHooks.php Implements hook_element_info_alter().
LanguageHooks::entityBaseFieldInfoAlter function core/modules/language/src/Hook/LanguageHooks.php Implements hook_entity_base_field_info_alter().
LanguageHooks::entityBundleDelete function core/modules/language/src/Hook/LanguageHooks.php Implements hook_entity_bundle_delete().
LanguageHooks::entityFieldAccess function core/modules/language/src/Hook/LanguageHooks.php Implements hook_entity_field_access().
LanguageHooks::fieldInfoAlter function core/modules/language/src/Hook/LanguageHooks.php Implements hook_field_info_alter().
LanguageHooks::formAlter function core/modules/language/src/Hook/LanguageHooks.php Implements hook_form_alter().
LanguageHooks::help function core/modules/language/src/Hook/LanguageHooks.php Implements hook_help().
LanguageHooks::languageTypesInfoAlter function core/modules/language/src/Hook/LanguageHooks.php Implements hook_language_types_info_alter().
LanguageHooks::modulesInstalled function core/modules/language/src/Hook/LanguageHooks.php Implements hook_modules_installed().
LanguageHooks::tourTipsAlter function core/modules/language/src/Hook/LanguageHooks.php Implements hook_tour_tips_alter().
LanguageTestHooks class core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php Hook implementations for language_test.
LanguageTestHooks.php file core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php

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