Search for getHandler
- Search 7.x for getHandler
- Search 8.9.x for getHandler
- Search 10.3.x for getHandler
- Search 11.x for getHandler
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DisplayPluginBase::getHandler | function | core/ |
Get the handler object for a single handler. |
DisplayPluginBase::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
DisplayPluginInterface::getHandler | function | core/ |
Get the handler object for a single handler. |
DisplayPluginInterface::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
EntityType::getHandlerClass | function | core/ |
|
EntityType::getHandlerClasses | function | core/ |
Gets an array of handlers. |
EntityTypeInterface::getHandlerClass | function | core/ |
|
EntityTypeInterface::getHandlerClasses | function | core/ |
Gets an array of handlers. |
EntityTypeManager::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
EntityTypeManagerInterface::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
EntityTypeManagerTest::testGetHandler | function | core/ |
Tests the getHandler() method. |
EntityTypeManagerTest::testGetHandlerMissingHandler | function | core/ |
Tests the getHandler() method when no controller is defined. |
EntityTypeTest::testGetHandler | function | core/ |
Tests the getHandler() method. |
HelpTopicTwigLoaderTest::getHandlerMock | function | core/ |
Creates a mock module or theme handler class for the test. |
ModuleTest::testViewsGetHandler | function | core/ |
Tests the ViewsHandlerManager::getHandler() method. |
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. |
ViewExecutableTest::testGetHandlers | function | core/ |
Tests ViewExecutable::getHandlers(). |
ViewExecutableTest::testGetHandlerTypes | function | core/ |
Tests ViewExecutable::getHandlerTypes(). |
Views::getHandlerTypes | function | core/ |
Provide a list of views handler types used in a view. |
ViewsHandlerManager::getHandler | function | core/ |
Fetches a handler from the data cache. |
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation | function | core/ |
Tests getHandler() and its base information propagation. |
ViewsHandlerManagerTest::testGetHandlerNoOverride | function | core/ |
Tests getHandler() without an override. |
ViewsHandlerManagerTest::testGetHandlerOverride | function | core/ |
Tests getHandler() with an override. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.