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 main for hook_
  6. Other projects
Title Object type File name Summary
UmamiHooks::preprocessHtml function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_preprocess_HOOK() for html.
UmamiHooks::preprocessImageWidget function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_preprocess_HOOK() for image-widget.
UmamiHooks::preprocessLinks function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_preprocess_HOOK() for links.
UmamiHooks::preprocessLinksMediaLibraryMenu function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_preprocess_HOOK() for links--media-library-menu.
UmamiHooks::preprocessMenuLocalTask function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_preprocess_HOOK() for menu-local-task.
UmamiHooks::themeSuggestionsBlockAlter function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_theme_suggestions_HOOK_alter() for block templates.
UniqueFieldConstraintTestHooks class core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php Hook implementations for unique_field_constraint_test.
UniqueFieldConstraintTestHooks.php file core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php
UniqueFieldConstraintTestHooks::entityBaseFieldInfoAlter function core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php Implements hook_entity_base_field_info_alter().
UniqueFieldConstraintTestHooks::queryEntityTestAccessAlter function core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php Implements hook_query_entity_test_access_alter().
UnversionedAssetsTestHooks class core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php Hook implementations for unversioned_assets_test.
UnversionedAssetsTestHooks.php file core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php
UnversionedAssetsTestHooks::libraryInfoAlter function core/modules/system/tests/modules/unversioned_assets_test/src/Hook/UnversionedAssetsTestHooks.php Implements hook_library_info_alter().
update.update_hook_registry service core/core.services.yml Drupal\Core\Update\UpdateHookRegistry
UpdateContribTest::testHookUpdateStatusAlter function core/modules/update/tests/src/Functional/UpdateContribTest.php Checks that hook_update_status_alter() works to change a status.
UpdateHookRegistry class core/lib/Drupal/Core/Update/UpdateHookRegistry.php Provides module updates versions handling.
UpdateHookRegistry.php file core/lib/Drupal/Core/Update/UpdateHookRegistry.php
UpdateHookRegistry::$allAvailableSchemaVersions property core/lib/Drupal/Core/Update/UpdateHookRegistry.php A static cache of schema currentVersions per module.
UpdateHookRegistry::$enabledModules property core/lib/Drupal/Core/Update/UpdateHookRegistry.php A list of enabled modules.
UpdateHookRegistry::$equivalentUpdates property core/lib/Drupal/Core/Update/UpdateHookRegistry.php The core.equivalent_updates key value storage.
UpdateHookRegistry::$keyValue property core/lib/Drupal/Core/Update/UpdateHookRegistry.php The system.schema key value storage.
UpdateHookRegistry::deleteEquivalentUpdate function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Removes an equivalent update.
UpdateHookRegistry::deleteInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Deletes the installed version information for the module.
UpdateHookRegistry::determineModuleAndVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Determines the module and update number from the stack trace.
UpdateHookRegistry::FUNC_NAME_REGEXP constant core/lib/Drupal/Core/Update/UpdateHookRegistry.php Regular expression to match all possible defined hook_update_N().
UpdateHookRegistry::getAllEquivalentUpdates function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the equivalent update information for all modules.
UpdateHookRegistry::getAllInstalledVersions function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for all modules.
UpdateHookRegistry::getAvailableUpdates function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns an array of available schema versions for a module.
UpdateHookRegistry::getEquivalentUpdate function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Gets the EquivalentUpdate object for an update.
UpdateHookRegistry::getInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for a module.
UpdateHookRegistry::markFutureUpdateEquivalent function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Marks a future update as equivalent to the current update running.
UpdateHookRegistry::SCHEMA_UNINSTALLED constant core/lib/Drupal/Core/Update/UpdateHookRegistry.php Indicates that a module has not been installed yet.
UpdateHookRegistry::setInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Updates the installed version information for a module.
UpdateHookRegistry::__construct function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Constructs a new UpdateHookRegistry.
UpdateHookRegistryTest class core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Tests Drupal\Core\Update\UpdateHookRegistry.
UpdateHookRegistryTest.php file core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::$equivalentUpdatesStore property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::$keyValueStore property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::setUp function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::testGetInstalledVersion function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Tests get installed version.
UpdateHookRegistryTest::testGetVersions function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Tests get versions.
UpdateHooks class core/modules/update/src/Hook/UpdateHooks.php Hook implementations for update.
UpdateHooks.php file core/modules/update/src/Hook/UpdateHooks.php
UpdateHooks::cron function core/modules/update/src/Hook/UpdateHooks.php Implements hook_cron().
UpdateHooks::help function core/modules/update/src/Hook/UpdateHooks.php Implements hook_help().
UpdateHooks::mail function core/modules/update/src/Hook/UpdateHooks.php Implements hook_mail().
UpdateHooks::modulesInstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_modules_installed().
UpdateHooks::modulesUninstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_modules_uninstalled().
UpdateHooks::pageTop function core/modules/update/src/Hook/UpdateHooks.php Implements hook_page_top().

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