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 |
|---|---|---|---|
| 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/ |
|
| ViewsHandlerInterface::access | function | core/ |
Check whether given user has access to this handler. |
| ViewsHandlerInterface::adminLabel | function | core/ |
Return a string representing this handler's name in the UI. |
| ViewsHandlerInterface::adminSummary | function | core/ |
Provide text for the administrative summary. |
| ViewsHandlerInterface::breakString | function | core/ |
Breaks x,y,z and x+y+z into an array. |
| ViewsHandlerInterface::broken | function | core/ |
Determines if the handler is considered 'broken'. |
| ViewsHandlerInterface::ensureMyTable | function | core/ |
Ensures that the main table for this handler is in the query. |
| ViewsHandlerInterface::getEntityType | function | core/ |
Determines the entity type used by this handler. |
| ViewsHandlerInterface::getField | function | core/ |
Shortcut to get a handler's raw field value. |
| ViewsHandlerInterface::getJoin | function | core/ |
Get the join object that should be used for this handler. |
| ViewsHandlerInterface::getTableJoin | function | core/ |
Fetches a handler to join one table to a primary table from the data cache. |
| ViewsHandlerInterface::postExecute | function | core/ |
Run after the view is executed, before the result is cached. |
| ViewsHandlerInterface::preQuery | function | core/ |
Run before the view is built. |
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.