Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewExecutable::addHandler | function | core/ |
Adds an instance of a handler to the view. |
| ViewExecutable::generateHandlerId | function | core/ |
Generates a unique ID for a handler instance. |
| ViewExecutable::getHandler | function | core/ |
Gets the configuration of a handler instance on a given display. |
| ViewExecutable::getHandlers | function | core/ |
Gets an array of handler instances for the current display. |
| ViewExecutable::getHandlerTypes | function | core/ |
Provides a list of views handler types used in a view. |
| ViewExecutable::initHandlers | function | core/ |
Acquires and attaches all of the handlers. |
| ViewExecutable::removeHandler | function | core/ |
Removes configuration for a handler instance on a given display. |
| ViewExecutable::setHandler | function | core/ |
Sets the configuration of a handler instance on a given display. |
| ViewExecutable::setHandlerOption | function | core/ |
Sets an option on a handler instance. |
| ViewExecutable::_initHandler | function | core/ |
Attaches the views handler for the specific type. |
| ViewExecutableTest::$displayHandler | property | core/ |
The mocked display router handler. |
| ViewExecutableTest::$displayHandlers | property | core/ |
A mocked display collection. |
| ViewExecutableTest::addHandlerProvider | function | core/ |
Data provider for testAddHandlerWithEntityField and testAddHandler. |
| ViewExecutableTest::testAddHandler | function | core/ |
Tests add handler. |
| ViewExecutableTest::testAddHandlerWithEntityField | function | core/ |
Tests add handler with entity field. |
| ViewExecutableTest::testGenerateHandlerId | function | core/ |
Tests generate handler id. |
| ViewExecutableTest::testGetHandlers | function | core/ |
Tests ViewExecutable::getHandlers(). |
| ViewExecutableTest::testGetHandlerTypes | function | core/ |
Tests ViewExecutable::getHandlerTypes(). |
| ViewPageController::handle | function | core/ |
Handler a response for a given view and display. |
| ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRoute | function | core/ |
Tests the page controller with arguments of an overridden page view. |
| ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRouteWithUpcasting | function | core/ |
Tests the page controller with arguments of an overridden page view. |
| ViewPageControllerTest::testHandleWithArgumentsWithoutOverridden | function | core/ |
Tests the page controller with arguments on a non overridden page view. |
| Views area handler plugins | group | core/ |
Plugins governing areas of views, such as header, footer, and empty text. |
| Views argument handlers | group | core/ |
Handler plugins for Views contextual filters. |
| Views field handler plugins | group | core/ |
Handler plugins for Views fields. |
| Views filter handler plugins | group | core/ |
Plugins that handle views filtering. |
| Views join handler plugins | group | core/ |
Handler plugins for Views table joins. |
| Views relationship handlers | group | core/ |
Plugins for handling views relationships. |
| Views sort handler plugins | group | core/ |
Plugins that handle sorting for Views. |
| 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 |
| views.view.test_handler_relationships.yml | file | core/ |
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/ |
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/ |
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/ |
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/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml |
| Views::$handlerTypes | property | core/ |
A static cache for handler types data. |
| Views::getHandlerTypes | function | core/ |
Provide a list of views handler types used in a view. |
| Views::handlerManager | function | core/ |
Returns the plugin manager for a certain views handler type. |
| ViewsBlockTest::$displayHandler | property | core/ |
The mocked display handler. |
| ViewsConfigUpdater::processDisplayHandlers | function | core/ |
Processes all display handlers. |
| ViewsConfigUpdater::processFieldHandlerWithFormatPlural | function | core/ |
Processes fields with the format plural option set. |
| ViewsConfigUpdaterTest::testUpdateRssViewModeWithoutKnownPreviousModeOnSaveHandler | function | core/ |
Tests if onSave also updates the view. |
| ViewsData::$moduleHandler | property | core/ |
Stores a module manager to invoke hooks. |
| ViewsDataTest::$moduleHandler | property | core/ |
The mocked module handler. |
| ViewsDataTest::setupMockedModuleHandler | function | core/ |
Mocks the basic module handler used for the test. |
| ViewsEntitySchemaSubscriber::processHandlers | function | core/ |
Applies a callable onto all handlers of all passed in views. |
| ViewsHandlerAnnotationBase | class | core/ |
Defines an abstract base class for all views handler annotations. |
| ViewsHandlerAnnotationBase.php | file | core/ |
|
| ViewsHandlerInterface | interface | core/ |
Provides an interface for all views handlers. |
| ViewsHandlerInterface.php | file | core/ |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.