Search for handlers
- Search 7.x for handlers
- Search 9.5.x for handlers
- Search 10.3.x for handlers
- Search 11.x for handlers
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormStateInterface::setSubmitHandlers | function | core/ |
Sets the submit handlers. |
| FormStateInterface::setValidateHandlers | function | core/ |
Sets the validate handlers. |
| FormSubmitter::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
| FormSubmitterInterface::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
| FormSubmitterTest::testExecuteSubmitHandlers | function | core/ |
@covers ::executeSubmitHandlers[[api-linebreak]] |
| FormValidator::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
| FormValidatorInterface::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
| FormValidatorTest::testExecuteValidateHandlers | function | core/ |
@covers ::executeValidateHandlers[[api-linebreak]] |
| HandlerAllTest::testHandlers | function | core/ |
Tests most of the handlers. |
| HandlerStackConfigurator | class | core/ |
Defines a class for configuring middlewares on the http handler stack. |
| HandlerStackConfigurator.php | file | core/ |
|
| HandlerStackConfigurator::$container | property | core/ |
The service container. |
| HandlerStackConfigurator::$middlewareIds | property | core/ |
A list of used middleware service IDs. |
| HandlerStackConfigurator::$middlewares | property | core/ |
Array of middlewares to add to the handler stack. |
| HandlerStackConfigurator::configure | function | core/ |
Configures the stack using services tagged as http_client_middleware. |
| HandlerStackConfigurator::initializeMiddlewares | function | core/ |
Ensures that the middlewares are initialized. |
| HandlerStackConfigurator::__construct | function | core/ |
Constructs a new HandlerStackConfigurator object. |
| HandlerTest::testBrokenHandlers | function | core/ |
Tests broken handlers. |
| HistoryTimestampTest::testHandlers | function | core/ |
Tests the handlers. |
| SelectionTest::$handlerSettings | property | core/ |
The handler settings for the entity reference field. |
| TaggedHandlersPass | class | core/ |
Collects services to add/inject them into a consumer service. |
| TaggedHandlersPass.php | file | core/ |
|
| TaggedHandlersPass::process | function | core/ |
Finds services tagged with 'service_collector' or 'service_id_collector', then finds all corresponding tagged services. |
| TaggedHandlersPass::processServiceCollectorPass | function | core/ |
Processes a service collector service pass. |
| TaggedHandlersPass::processServiceIdCollectorPass | function | core/ |
Processes a service collector ID service pass. |
| TaggedHandlersPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass[[api-linebreak]] @group DependencyInjection |
| TaggedHandlersPassTest.php | file | core/ |
Contains \Drupal\Tests\Core\DependencyInjection\Compiler\TaggedHandlersPassTest. |
| TaggedHandlersPassTest::buildContainer | function | core/ |
|
| TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers | function | core/ |
Tests a required consumer with no handlers. |
| TaggedHandlersPassTest::testProcess | function | core/ |
Tests one consumer and two handlers. |
| TaggedHandlersPassTest::testProcessInterfaceMismatch | function | core/ |
Tests interface validation in non-production environment. |
| TaggedHandlersPassTest::testProcessMissingInterface | function | core/ |
Tests consumer with missing interface in non-production environment. |
| TaggedHandlersPassTest::testProcessNoConsumers | function | core/ |
Tests without any consumers. |
| TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments | function | core/ |
Tests consumer method with extra parameters and no priority. |
| TaggedHandlersPassTest::testProcessNoPriorityParam | function | core/ |
Tests consumer method without priority parameter. |
| TaggedHandlersPassTest::testProcessPriority | function | core/ |
Tests handler priority sorting. |
| TaggedHandlersPassTest::testProcessRequiredHandlers | function | core/ |
Tests a required consumer with no handlers. |
| TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue | function | core/ |
Tests consumer method with priority and extra parameters in different order. |
| TaggedHandlersPassTest::testProcessWithExtraArguments | function | core/ |
Tests consumer method with extra parameters. |
| TaggedHandlersPassTest::testProcessWithIdAndExtraArguments | function | core/ |
Tests consumer method with priority, id and extra parameters. |
| TaggedHandlersPassTest::testProcessWithIdParameter | function | core/ |
Tests consumer method with an ID parameter. |
| TaggedHandlersPassTest::testserviceIdProcess | function | core/ |
Tests one consumer and two handlers with service ID collection. |
| TaggedHandlersPassTest::testserviceIdProcessPriority | function | core/ |
Tests handler priority sorting for service ID collection. |
| TermTest::testParentHandlerSettings | function | core/ |
The "parent" field must restrict references to the same vocabulary. |
| ViewExecutable::$displayHandlers | property | core/ |
The list of used displays of the view. |
| ViewExecutable::getHandlers | function | core/ |
Gets an array of handler instances for the current display. |
| ViewExecutable::initHandlers | function | core/ |
Acquires and attaches all of the handlers. |
| ViewExecutableTest::$displayHandlers | property | core/ |
A mocked display collection. |
| ViewExecutableTest::testGetHandlers | function | core/ |
Tests ViewExecutable::getHandlers(). |
| Views argument handlers | group | core/ |
Handler plugins for Views contextual filters. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.