Search for collect
- Search 7.x for collect
- Search 9.5.x for collect
- Search 8.9.x for collect
- Search 10.3.x for collect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
HookCollectorPass::$orderOperations | property | core/ |
Order operations grouped by hook name and weight. |
HookCollectorPass::$preprocessForSuggestions | property | core/ |
Preprocess suggestions discovered in modules. |
HookCollectorPass::$proceduralImplementations | property | core/ |
Procedural implementation module names by hook name. |
HookCollectorPass::$removeHookIdentifiers | property | core/ |
Identifiers to remove, as "$class::$method", keyed by hook name. |
HookCollectorPass::addProceduralImplementation | function | core/ |
Adds a procedural hook implementation. |
HookCollectorPass::applyOrderOperations | function | core/ |
Applies order operations to a hook implementation list. |
HookCollectorPass::calculateImplementations | function | core/ |
Calculates the ordered implementations. |
HookCollectorPass::checkForProceduralOnlyHooks | function | core/ |
Checks for hooks which can't be supported in classes. |
HookCollectorPass::collectAllHookImplementations | function | core/ |
Collects all hook implementations. |
HookCollectorPass::collectModuleHookImplementations | function | core/ |
Collects procedural and Attribute hook implementations. |
HookCollectorPass::filterIterator | function | core/ |
Filter iterator callback. Allows include files and .php files in src/Hook. |
HookCollectorPass::getAttributeInstances | function | core/ |
Get attribute instances from class and method reflections. |
HookCollectorPass::getFilteredImplementations | function | core/ |
Gets implementation lists with removals already applied. |
HookCollectorPass::getImplementations | function | core/ |
This method is only to be used by ModuleHandler. |
HookCollectorPass::getOrderOperations | function | core/ |
Gets order operations by hook. |
HookCollectorPass::loadAllIncludes | function | core/ |
This method is only to be used by ModuleHandler. |
HookCollectorPass::process | function | core/ |
|
HookCollectorPass::writeImplementationsToContainer | function | core/ |
Writes all implementations to the container. |
HookCollectorPass::writeToContainer | function | core/ |
Writes collected definitions to the container builder. |
HookCollectorPass::__construct | function | core/ |
Constructor. |
HookCollectorPassTest | class | core/ |
Tests services in .module files. |
HookCollectorPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\Hook\HookCollectorPass[[api-linebreak]] @group Hook |
HookCollectorPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\Hook\HookCollectorPass[[api-linebreak]] @group Hook |
HookCollectorPassTest.php | file | core/ |
|
HookCollectorPassTest.php | file | core/ |
|
HookCollectorPassTest.php | file | core/ |
|
HookCollectorPassTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
HookCollectorPassTest::$modules | property | core/ |
Modules to install. |
HookCollectorPassTest::setUpFilesystem | function | core/ |
VFS does not and can not support symlinks. |
HookCollectorPassTest::testCollectAllHookImplementations | function | core/ |
@covers ::collectAllHookImplementations[[api-linebreak]] @covers ::filterIterator[[api-linebreak]] |
HookCollectorPassTest::testContainerOutsideFunction | function | core/ |
Tests installing a module with a Drupal container call outside functions. |
HookCollectorPassTest::testGroupIncludes | function | core/ |
@covers ::process[[api-linebreak]] @covers ::collectModuleHookImplementations[[api-linebreak]] |
HookCollectorPassTest::testHookAfter | function | core/ |
Tests hook ordering with attributes. |
HookCollectorPassTest::testHookAfterClassMethod | function | core/ |
Tests hook ordering with attributes. |
HookCollectorPassTest::testHookBefore | function | core/ |
Tests hook ordering with attributes. |
HookCollectorPassTest::testHookFirst | function | core/ |
Tests hook ordering with attributes. |
HookCollectorPassTest::testHookLast | function | core/ |
Tests hook ordering with attributes. |
HookCollectorPassTest::testHookOrderExtraTypes | function | core/ |
Tests hook ordering with attributes. |
HookCollectorPassTest::testHookOverride | function | core/ |
Tests hook override. |
HookCollectorPassTest::testHookRemove | function | core/ |
Tests hook remove. |
HookCollectorPassTest::testHooksImplementedOnBehalfFileCache | function | core/ |
Test hooks implemented on behalf of an uninstalled module. |
HookCollectorPassTest::testLegacyModuleImplementsAlter | function | core/ |
Test LegacyModuleImplementsAlter. |
HookCollectorPassTest::testOrdering | function | core/ |
Test that ordering works. |
HookCollectorPassTest::testProceduralHooksSkippedWhenConfigured | function | core/ |
Test procedural hooks for a module are skipped when skip is set.. |
HookCollectorPassTest::testSymlink | function | core/ |
Test that symlinks are properly followed. |
hook_collector_hook_attribute.info.yml | file | core/ |
core/modules/system/tests/modules/hook_collector_hook_attribute/hook_collector_hook_attribute.info.yml |
hook_collector_on_behalf.info.yml | file | core/ |
core/modules/system/tests/modules/hook_collector_on_behalf/hook_collector_on_behalf.info.yml |
hook_collector_on_behalf_cache_flush | function | core/ |
This implements a hook but should not be picked up. |
hook_collector_on_behalf_procedural.info.yml | file | core/ |
core/modules/system/tests/modules/hook_collector_on_behalf_procedural/hook_collector_on_behalf_procedural.info.yml |
hook_collector_on_behalf_procedural.module | file | core/ |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.