Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
HookCollectorPass::$proceduralImplementations property core/lib/Drupal/Core/Hook/HookCollectorPass.php Procedural implementation module names by hook name.
HookCollectorPass::$removeHookIdentifiers property core/lib/Drupal/Core/Hook/HookCollectorPass.php Lists of implementation identifiers to remove, keyed by hook name.
HookCollectorPass::addProceduralImplementation function core/lib/Drupal/Core/Hook/HookCollectorPass.php Adds a procedural hook implementation.
HookCollectorPass::applyOrderOperations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Applies order operations to a hook implementation list.
HookCollectorPass::calculateImplementations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Calculates the ordered implementations.
HookCollectorPass::checkForProceduralOnlyHooks function core/lib/Drupal/Core/Hook/HookCollectorPass.php Checks for hooks which can't be supported in classes.
HookCollectorPass::collectAllHookImplementations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Collects all hook implementations.
HookCollectorPass::collectIncludesPerHook function core/lib/Drupal/Core/Hook/HookCollectorPass.php Collects include files by hook name.
HookCollectorPass::collectModuleHookImplementations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Collects procedural and Attribute hook implementations.
HookCollectorPass::filterIterator function core/lib/Drupal/Core/Hook/HookCollectorPass.php Filter iterator callback. Allows include files and .php files in src/Hook.
HookCollectorPass::getAttributeInstances function core/lib/Drupal/Core/Hook/HookCollectorPass.php Get attribute instances from class and method reflections.
HookCollectorPass::getFilteredImplementations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Gets implementation lists with removals already applied.
HookCollectorPass::getModuleListPattern function core/lib/Drupal/Core/Hook/HookCollectorPass.php Get a pattern used to match hooks for the given module list.
HookCollectorPass::getOrderOperations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Gets order operations by hook.
HookCollectorPass::hasAnyAttribute function core/lib/Drupal/Core/Hook/HookCollectorPass.php Returns whether the existing attributes match any of the expected ones.
HookCollectorPass::loadAllIncludes function core/lib/Drupal/Core/Hook/HookCollectorPass.php This method is only to be used by ModuleHandler.
HookCollectorPass::process function core/lib/Drupal/Core/Hook/HookCollectorPass.php
HookCollectorPass::registerHookServices function core/lib/Drupal/Core/Hook/HookCollectorPass.php Registers the hook implementation services.
HookCollectorPass::writeToContainer function core/lib/Drupal/Core/Hook/HookCollectorPass.php Writes collected definitions to the container builder.
HookCollectorPass::__construct function core/lib/Drupal/Core/Hook/HookCollectorPass.php Constructor.
HookCollectorPassTest class core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests Drupal\Core\Hook\HookCollectorPass.
HookCollectorPassTest class core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php Tests services in .module files.
HookCollectorPassTest class core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php Tests Drupal\Core\Hook\HookCollectorPass.
HookCollectorPassTest.php file core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php
HookCollectorPassTest.php file core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php
HookCollectorPassTest.php file core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php
HookCollectorPassTest::$defaultTheme property core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php The theme to install as the default for testing.
HookCollectorPassTest::$modules property core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php Modules to install.
HookCollectorPassTest::assertRegisteredHooks function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Asserts that given hook implementations are registered in the container.
HookCollectorPassTest::setUpFilesystem function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php VFS does not and can not support symlinks.
HookCollectorPassTest::testCollectAllHookImplementations function core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php Tests collect all hook implementations.
HookCollectorPassTest::testContainerOutsideFunction function core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php Tests installing a module with a Drupal container call outside functions.
HookCollectorPassTest::testGroupIncludes function core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php Tests group includes.
HookCollectorPassTest::testHookAfter function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook ordering with attributes.
HookCollectorPassTest::testHookAfterClassMethod function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook ordering with attributes.
HookCollectorPassTest::testHookBefore function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook ordering with attributes.
HookCollectorPassTest::testHookFirst function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook ordering with attributes.
HookCollectorPassTest::testHookIgnoreNonOop function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests that legacy install/update hooks are ignored.
HookCollectorPassTest::testHookLast function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook ordering with attributes.
HookCollectorPassTest::testHookOrderExtraTypes function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook ordering with attributes.
HookCollectorPassTest::testHookOverride function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook override.
HookCollectorPassTest::testHookRemove function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Tests hook remove.
HookCollectorPassTest::testHooksImplementedOnBehalfFileCache function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test hooks implemented on behalf of an uninstalled module.
HookCollectorPassTest::testLegacyModuleImplementsAlter function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test LegacyModuleImplementsAlter.
HookCollectorPassTest::testOrdering function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test that ordering works.
HookCollectorPassTest::testPrefixOwnership function core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php Tests prefix ownership of procedural hooks.
HookCollectorPassTest::testProceduralHooksSkippedWhenConfigured function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test procedural hooks for a module are skipped when skip is set.
HookCollectorPassTest::testSymlink function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test that symlinks are properly followed.
HookHelpSection::listTopics function core/modules/help/src/Plugin/HelpSection/HookHelpSection.php Returns a list of topics to show in the help section.
hook_ckeditor5_plugin_info_alter function core/modules/ckeditor5/ckeditor5.api.php Modify the list of available CKEditor 5 plugins.

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