Search for handlers

  1. Search 7.x for handlers
  2. Search 9.5.x for handlers
  3. Search 10.3.x for handlers
  4. Search 11.x for handlers
  5. Other projects
Title Object type File name Summary
FormStateInterface::setSubmitHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the submit handlers.
FormStateInterface::setValidateHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the validate handlers.
FormSubmitter::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormSubmitter.php Executes custom submission handlers for a given form.
FormSubmitterInterface::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormSubmitterInterface.php Executes custom submission handlers for a given form.
FormSubmitterTest::testExecuteSubmitHandlers function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php @covers ::executeSubmitHandlers
FormValidator::executeValidateHandlers function core/lib/Drupal/Core/Form/FormValidator.php Executes custom validation handlers for a given form.
FormValidatorInterface::executeValidateHandlers function core/lib/Drupal/Core/Form/FormValidatorInterface.php Executes custom validation handlers for a given form.
FormValidatorTest::testExecuteValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::executeValidateHandlers
HandlerAllTest::testHandlers function core/modules/views/tests/src/Functional/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::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 Contains \Drupal\Tests\Core\DependencyInjection\Compiler\TaggedHandlersPassTest.
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 priority and extra parameters in different order.
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.
TermTest::testParentHandlerSettings function core/modules/taxonomy/tests/src/Functional/TermTest.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.

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