Search for handle

  1. Search 7.x for handle
  2. Search 9.5.x for handle
  3. Search 8.9.x for handle
  4. Search 10.3.x for handle
  5. Other projects
Title Object type File name Summary
ValidConsumerWithExtraArguments::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidHandler class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Test handler class with interface implemented.
ViewAddForm::$moduleHandler property core/modules/views_ui/src/ViewAddForm.php The module handler service.
ViewEditForm::$moduleHandler property core/modules/views_ui/src/ViewEditForm.php The module handler service.
ViewExecutable::$displayHandlers property core/modules/views/src/ViewExecutable.php The list of used displays of the view.
ViewExecutable::$display_handler property core/modules/views/src/ViewExecutable.php The current used display plugin.
ViewExecutable::addHandler function core/modules/views/src/ViewExecutable.php Adds an instance of a handler to the view.
ViewExecutable::generateHandlerId function core/modules/views/src/ViewExecutable.php Generates a unique ID for a handler instance.
ViewExecutable::getHandler function core/modules/views/src/ViewExecutable.php Gets the configuration of a handler instance on a given display.
ViewExecutable::getHandlers function core/modules/views/src/ViewExecutable.php Gets an array of handler instances for the current display.
ViewExecutable::getHandlerTypes function core/modules/views/src/ViewExecutable.php Provides a list of views handler types used in a view.
ViewExecutable::initHandlers function core/modules/views/src/ViewExecutable.php Acquires and attaches all of the handlers.
ViewExecutable::removeHandler function core/modules/views/src/ViewExecutable.php Removes configuration for a handler instance on a given display.
ViewExecutable::setHandler function core/modules/views/src/ViewExecutable.php Sets the configuration of a handler instance on a given display.
ViewExecutable::setHandlerOption function core/modules/views/src/ViewExecutable.php Sets an option on a handler instance.
ViewExecutable::_initHandler function core/modules/views/src/ViewExecutable.php Attaches the views handler for the specific type.
ViewExecutableTest::$displayHandler property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked display router handler.
ViewExecutableTest::$displayHandlers property core/modules/views/tests/src/Unit/ViewExecutableTest.php A mocked display collection.
ViewExecutableTest::addHandlerProvider function core/modules/views/tests/src/Unit/ViewExecutableTest.php Data provider for testAddHandlerWithEntityField and testAddHandler.
ViewExecutableTest::testAddHandler function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::addHandler[[api-linebreak]]
ViewExecutableTest::testAddHandlerWithEntityField function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::addHandler[[api-linebreak]]
ViewExecutableTest::testGenerateHandlerId function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::generateHandlerId[[api-linebreak]]
ViewExecutableTest::testGetHandlers function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests ViewExecutable::getHandlers().
ViewExecutableTest::testGetHandlerTypes function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests ViewExecutable::getHandlerTypes().
ViewPageController::handle function core/modules/views/src/Routing/ViewPageController.php Handler a response for a given view and display.
ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRoute function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php Tests the page controller with arguments of an overridden page view.
ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRouteWithUpcasting function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php Tests the page controller with arguments of an overridden page view.
ViewPageControllerTest::testHandleWithArgumentsWithoutOverridden function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php Tests the page controller with arguments on a non overridden page view.
Views area handler plugins group core/modules/views/src/Plugin/views/area/AreaPluginBase.php Plugins governing areas of views, such as header, footer, and empty text.
Views argument handlers group core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handler plugins for Views contextual filters.
Views field handler plugins group core/modules/views/src/Plugin/views/field/FieldPluginBase.php Handler plugins for Views fields.
Views filter handler plugins group core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Plugins that handle views filtering.
Views join handler plugins group core/modules/views/src/Plugin/views/join/JoinPluginBase.php Handler plugins for Views table joins.
Views relationship handlers group core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Plugins for handling views relationships.
Views sort handler plugins group core/modules/views/src/Plugin/views/sort/SortPluginBase.php Plugins that handle sorting for Views.
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
views.view.test_handler_relationships.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml
views.view.test_handler_test_access.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml
views.view.test_views_handler_field_role.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml
views.view.test_views_handler_field_user_name.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml
views.view.test_view_handler_weight.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml
Views::$handlerTypes property core/modules/views/src/Views.php A static cache for handler types data.
Views::getHandlerTypes function core/modules/views/src/Views.php Provide a list of views handler types used in a view.
Views::handlerManager function core/modules/views/src/Views.php Returns the plugin manager for a certain views handler type.
ViewsBlockTest::$displayHandler property core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php The mocked display handler.
ViewsConfigUpdater::processDisplayHandlers function core/modules/views/src/ViewsConfigUpdater.php Processes all display handlers.
ViewsData::$moduleHandler property core/modules/views/src/ViewsData.php Stores a module manager to invoke hooks.
ViewsDataTest::$moduleHandler property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked module handler.
ViewsDataTest::setupMockedModuleHandler function core/modules/views/tests/src/Unit/ViewsDataTest.php Mocks the basic module handler used for the test.
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.