Search for handlers
- Search 7.x for handlers
- Search 9.5.x for handlers
- Search 8.9.x for handlers
- Search 11.x for handlers
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::$tagCache | property | core/ |
Service tag information keyed by tag name. |
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 @group DependencyInjection |
TaggedHandlersPassTest.php | file | core/ |
|
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 varying order of priority and extra parameters. |
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. |
TermKernelTest::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. |
Views relationship handlers | group | core/ |
Plugins for handling views relationships. |
views.view.test_duplicate_field_handlers.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml |
ViewsConfigUpdater::processDisplayHandlers | function | core/ |
Processes all display handlers. |
ViewsEntitySchemaSubscriber::processHandlers | function | core/ |
Applies a callable onto all handlers of all passed in views. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.