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
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 Tests add handler.
ViewExecutableTest::testAddHandlerWithEntityField function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests add handler with entity field.
ViewExecutableTest::testGenerateHandlerId function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests generate handler id.
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.
ViewsConfigUpdater::processFieldHandlerWithFormatPlural function core/modules/views/src/ViewsConfigUpdater.php Processes fields with the format plural option set.
ViewsConfigUpdaterTest::testUpdateRssViewModeWithoutKnownPreviousModeOnSaveHandler function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Tests if onSave also updates the view.
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.
ViewsHandlerAnnotationBase class core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php Defines an abstract base class for all views handler annotations.
ViewsHandlerAnnotationBase.php file core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php
ViewsHandlerInterface interface core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Provides an interface for all views handlers.
ViewsHandlerInterface.php file core/modules/views/src/Plugin/views/ViewsHandlerInterface.php
ViewsHandlerInterface::access function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Check whether given user has access to this handler.
ViewsHandlerInterface::adminLabel function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Return a string representing this handler's name in the UI.
ViewsHandlerInterface::adminSummary function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Provide text for the administrative summary.
ViewsHandlerInterface::breakString function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Breaks x,y,z and x+y+z into an array.
ViewsHandlerInterface::broken function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines if the handler is considered 'broken'.
ViewsHandlerInterface::ensureMyTable function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Ensures that the main table for this handler is in the query.
ViewsHandlerInterface::getEntityType function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines the entity type used by this handler.
ViewsHandlerInterface::getField function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to get a handler's raw field value.
ViewsHandlerInterface::getJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Get the join object that should be used for this handler.
ViewsHandlerInterface::getTableJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Fetches a handler to join one table to a primary table from the data cache.
ViewsHandlerInterface::postExecute function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run after the view is executed, before the result is cached.
ViewsHandlerInterface::preQuery function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run before the view is built.

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