Search for getHandler

  1. Search 7.x for getHandler
  2. Search 9.5.x for getHandler
  3. Search 8.9.x for getHandler
  4. Search 11.x for getHandler
  5. Other projects
Title Object type File name Summary
DisplayPluginBase::getHandler function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get the handler object for a single handler.
DisplayPluginBase::getHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get a full array of handlers for $type. This caches them.
DisplayPluginInterface::getHandler function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get the handler object for a single handler.
DisplayPluginInterface::getHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get a full array of handlers for $type. This caches them.
EntityType::getHandlerClass function core/lib/Drupal/Core/Entity/EntityType.php
EntityType::getHandlerClasses function core/lib/Drupal/Core/Entity/EntityType.php Gets an array of handlers.
EntityTypeInterface::getHandlerClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php
EntityTypeInterface::getHandlerClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets an array of handlers.
EntityTypeManager::getHandler function core/lib/Drupal/Core/Entity/EntityTypeManager.php
EntityTypeManagerInterface::getHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Returns a handler instance for the given entity type and handler.
EntityTypeManagerTest::testGetHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getHandler() method.
EntityTypeManagerTest::testGetHandlerMissingHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getHandler() method when no controller is defined.
EntityTypeTest::testGetHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getHandler() method.
ModuleTest::testViewsGetHandler function core/modules/views/tests/src/Kernel/ModuleTest.php Tests the ViewsHandlerManager::getHandler() method.
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.
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().
Views::getHandlerTypes function core/modules/views/src/Views.php Provide a list of views handler types used in a view.
ViewsHandlerManager::getHandler function core/modules/views/src/Plugin/ViewsHandlerManager.php Fetches a handler from the data cache.
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() and its base information propagation.
ViewsHandlerManagerTest::testGetHandlerNoOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() without an override.
ViewsHandlerManagerTest::testGetHandlerOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() with an override.

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