Search for collect

  1. Search 7.x for collect
  2. Search 9.5.x for collect
  3. Search 8.9.x for collect
  4. Search 10.3.x for collect
  5. Search main for collect
  6. Other projects
Title Object type File name Summary
TestInvalidHookCollectionHooks.php file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_order/src/Hook/TestInvalidHookCollectionHooks.php
TestInvalidHookCollectionHooks.php file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_reorder/src/Hook/TestInvalidHookCollectionHooks.php
TestInvalidHookCollectionHooks::testHook function core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_module/src/Hook/TestInvalidHookCollectionHooks.php #[Hook('test_hook_alter', module: 'test')]
TestInvalidHookCollectionHooks::testHook function core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_remove/src/Hook/TestInvalidHookCollectionHooks.php #[Hook('test_hook_alter')]
#[RemoveHook('test_hook_alter', self::class, 'testHook')]
TestInvalidHookCollectionHooks::testHook function core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_order/src/Hook/TestInvalidHookCollectionHooks.php #[Hook('test_hook_alter', order: Order::First)]
TestInvalidHookCollectionHooks::testHook function core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_reorder/src/Hook/TestInvalidHookCollectionHooks.php #[Hook('test_hook_alter')]
#[ReorderHook('test_hook_alter', self::class, 'testHook', Order::First)]
TestLazyPluginCollection class core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Defines a plugin collection which uses fruit plugins.
TestLazyPluginCollection.php file core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php
TestLazyPluginCollection::$manager property core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Stores the plugin manager used by this collection.
TestLazyPluginCollection::getConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
TestLazyPluginCollection::initializePlugin function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Initializes and stores a plugin.
TestLazyPluginCollection::setConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Sets the configuration for all plugins in this collection.
TestLazyPluginCollection::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Constructs a TestLazyPluginCollection object.
TestMailCollector class core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php Defines a mail backend that captures sent messages in the state system.
TestMailCollector.php file core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php
TestMailCollector::mail function core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php Sends an email message.
TestRouteSubscriber::routesFromCollection function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php
ThemeHookCollectorPass class core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Collects and registers hook implementations.
ThemeHookCollectorPass.php file core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php
ThemeHookCollectorPass::$oopImplementations property core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php OOP implementation theme names keyed by hook name and "$class::$method".
ThemeHookCollectorPass::$preprocessForSuggestions property core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Preprocess suggestions discovered in extensions.
ThemeHookCollectorPass::$proceduralImplementations property core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Procedural implementation extension names by hook name.
ThemeHookCollectorPass::calculateImplementations function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Calculates the ordered implementations.
ThemeHookCollectorPass::checkInvalidHookParametersInThemes function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Checks for hooks which can't be supported in theme classes.
ThemeHookCollectorPass::collectAllHookImplementations function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Collects all hook implementations.
ThemeHookCollectorPass::collectThemeHookImplementations function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Collects procedural and Attribute hook implementations.
ThemeHookCollectorPass::filterIterator function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Filter iterator callback. Allows include files and .php files in src/Hook.
ThemeHookCollectorPass::getAttributeInstances function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Get attribute instances from class and method reflections.
ThemeHookCollectorPass::getFilteredImplementations function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Gets implementation lists with removals already applied.
ThemeHookCollectorPass::getThemeListPattern function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Get a pattern used to match hooks for the given theme list.
ThemeHookCollectorPass::process function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php
ThemeHookCollectorPass::registerHookServices function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Registers the hook implementation services.
ThemeHookCollectorPass::sortByTheme function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Sort by theme.
ThemeHookCollectorPass::writeToContainer function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Writes collected definitions to the container builder.
ThemeHookCollectorPass::__construct function core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php Constructor.
ThemeHookCollectorPassTest class core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php Tests Drupal\Core\Hook\ThemeHookCollectorPass.
ThemeHookCollectorPassTest.php file core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php
ThemeHookCollectorPassTest::testCollection function core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php Test collection.
ThemeHookCollectorPassTest::testExceptionModule function core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php Test exception with module parameter.
ThemeHookCollectorPassTest::testExceptionOrder function core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php Test exception with order parameter.
ThemeHookCollectorPassTest::testExceptionRemove function core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php Test exception with remove attribute.
ThemeHookCollectorPassTest::testExceptionReorder function core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php Test exception with reorder attribute.
ThemeHookCollectorPassTest::testHookExecution function core/tests/Drupal/KernelTests/Core/Hook/ThemeHookCollectorPassTest.php Tests hook execution in themes.
ThemeHookTest::testProceduralHookCollection function core/modules/system/tests/src/Kernel/Theme/ThemeHookTest.php Tests that procedural hooks are collected and executed.
UnpackCollection class composer/Plugin/RecipeUnpack/UnpackCollection.php A collection with packages to unpack.
UnpackCollection.php file composer/Plugin/RecipeUnpack/UnpackCollection.php
UnpackCollection::$packagesToUnpack property composer/Plugin/RecipeUnpack/UnpackCollection.php The queue of packages to unpack.
UnpackCollection::$unpackedPackages property composer/Plugin/RecipeUnpack/UnpackCollection.php The list of packages that have been unpacked.
UnpackCollection::add function composer/Plugin/RecipeUnpack/UnpackCollection.php Adds a package to the queue of packages to unpack.
UnpackCollection::count function composer/Plugin/RecipeUnpack/UnpackCollection.php

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