Search for handlers

  1. Search 7.x for handlers
  2. Search 9.5.x for handlers
  3. Search 8.9.x for handlers
  4. Search 11.x for handlers
  5. Other projects
Title Object type File name Summary
HandlerAllTest::testHandlers function core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php Tests most of the handlers.
HandlerStackConfigurator class core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Defines a class for configuring middlewares on the http handler stack.
HandlerStackConfigurator.php file core/lib/Drupal/Core/Http/HandlerStackConfigurator.php
HandlerStackConfigurator::$container property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php The service container.
HandlerStackConfigurator::$middlewareIds property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php A list of used middleware service IDs.
HandlerStackConfigurator::$middlewares property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Array of middlewares to add to the handler stack.
HandlerStackConfigurator::configure function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Configures the stack using services tagged as http_client_middleware.
HandlerStackConfigurator::initializeMiddlewares function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Ensures that the middlewares are initialized.
HandlerStackConfigurator::__construct function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Constructs a new HandlerStackConfigurator object.
HandlerTest::testBrokenHandlers function core/modules/views_ui/tests/src/Functional/HandlerTest.php Tests broken handlers.
HistoryTimestampTest::testHandlers function core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php Tests the handlers.
SelectionTest::$handlerSettings property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php The handler settings for the entity reference field.
TaggedHandlersPass class core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Collects services to add/inject them into a consumer service.
TaggedHandlersPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php
TaggedHandlersPass::$tagCache property core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Service tag information keyed by tag name.
TaggedHandlersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Finds services tagged with 'service_collector' or 'service_id_collector',
then finds all corresponding tagged services.
TaggedHandlersPass::processServiceCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector service pass.
TaggedHandlersPass::processServiceIdCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector ID service pass.
TaggedHandlersPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass
@group DependencyInjection
TaggedHandlersPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
TaggedHandlersPassTest::buildContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers.
TaggedHandlersPassTest::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.
TaggedHandlersPassTest::testProcessMissingInterface function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer with missing interface in non-production environment.
TaggedHandlersPassTest::testProcessNoConsumers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests without any consumers.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting.
TaggedHandlersPassTest::testProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with varying order of priority and extra parameters.
TaggedHandlersPassTest::testProcessWithExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters.
TaggedHandlersPassTest::testProcessWithIdAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with priority, id and extra parameters.
TaggedHandlersPassTest::testProcessWithIdParameter function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with an ID parameter.
TaggedHandlersPassTest::testServiceIdProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers with service ID collection.
TaggedHandlersPassTest::testServiceIdProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting for service ID collection.
TermKernelTest::testParentHandlerSettings function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php The "parent" field must restrict references to the same vocabulary.
ViewExecutable::$displayHandlers property core/modules/views/src/ViewExecutable.php The list of used displays of the view.
ViewExecutable::getHandlers function core/modules/views/src/ViewExecutable.php Gets an array of handler instances for the current display.
ViewExecutable::initHandlers function core/modules/views/src/ViewExecutable.php Acquires and attaches all of the handlers.
ViewExecutableTest::$displayHandlers property core/modules/views/tests/src/Unit/ViewExecutableTest.php A mocked display collection.
ViewExecutableTest::testGetHandlers function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests ViewExecutable::getHandlers().
Views argument handlers group core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handler plugins for Views contextual filters.
Views relationship handlers group core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Plugins for handling views relationships.
views.view.test_duplicate_field_handlers.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
ViewsConfigUpdater::processDisplayHandlers function core/modules/views/src/ViewsConfigUpdater.php Processes all display handlers.
ViewsEntitySchemaSubscriber::processHandlers function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Applies a callable onto all handlers of all passed in views.

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