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
ViewsHandlerInterface::sanitizeValue function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Sanitize the value for output.
ViewsHandlerInterface::setRelationship function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Sets up any needed relationship.
ViewsHandlerInterface::showExposeForm function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to display the exposed options form.
ViewsHandlerManager class core/modules/views/src/Plugin/ViewsHandlerManager.php Plugin type manager for all views handlers.
ViewsHandlerManager.php file core/modules/views/src/Plugin/ViewsHandlerManager.php
ViewsHandlerManager::$handlerType property core/modules/views/src/Plugin/ViewsHandlerManager.php The handler type.
ViewsHandlerManager::$viewsData property core/modules/views/src/Plugin/ViewsHandlerManager.php The views data cache.
ViewsHandlerManager::createInstance function core/modules/views/src/Plugin/ViewsHandlerManager.php Creates a plugin instance based on the provided ID and configuration.
ViewsHandlerManager::getFallbackPluginId function core/modules/views/src/Plugin/ViewsHandlerManager.php Gets a fallback id for a missing plugin.
ViewsHandlerManager::getHandler function core/modules/views/src/Plugin/ViewsHandlerManager.php Fetches a handler from the data cache.
ViewsHandlerManager::__construct function core/modules/views/src/Plugin/ViewsHandlerManager.php Constructs a ViewsHandlerManager object.
ViewsHandlerManagerTest class core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests the ViewsHandlerManager class.
ViewsHandlerManagerTest.php file core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php
ViewsHandlerManagerTest::$factory property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The mocked factory.
ViewsHandlerManagerTest::$handlerManager property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The views handler manager.
ViewsHandlerManagerTest::$moduleHandler property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The module handler service.
ViewsHandlerManagerTest::$viewsData property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The mocked views data.
ViewsHandlerManagerTest::setUp function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php
ViewsHandlerManagerTest::setupMockedFactory function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Setups of the plugin factory.
ViewsHandlerManagerTest::testAlterHookInvocation function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests that hook_views_plugins_TYPE_alter() is invoked for a handler type.
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.
ViewsHooksTest::$moduleHandler property core/modules/views/tests/src/Kernel/ViewsHooksTest.php The module handler to use for invoking hooks.
ViewsSelection::$moduleHandler property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The module handler service.
ViewsTest::testHandlerManagerDeprecation function core/modules/views/tests/src/Unit/ViewsTest.php Tests the ::handlerManager() deprecation.
ViewsTestConfigHooks::disableBrokenHandler function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Helper method to remove broken handler.
ViewsUiTestFieldHooks::formViewsUiAddHandlerFormAlter function core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldHooks.php Implements hook_form_FORM_ID_alter() for views_ui_add_handler_form.
ViewsUiThemeHooks::viewPreviewSectionHandlerLinks function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Returns contextual links for each handler of a certain section.
views_test_data_handler_test_access_callback function core/modules/views/tests/modules/views_test_data/views_test_data.module Access callback for the generic handler test.
views_test_data_handler_test_access_callback_argument function core/modules/views/tests/modules/views_test_data/views_test_data.module Access callback with an argument for the generic handler test.
views_ui_view_preview_section_handler_links function core/modules/views_ui/views_ui.module Returns contextual links for each handler of a certain section.
ViewTest::$viewHandler property core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php The view handler.
VocabularyAccessControlHandler class core/modules/taxonomy/src/VocabularyAccessControlHandler.php Defines the access control handler for the taxonomy vocabulary entity type.
VocabularyAccessControlHandler.php file core/modules/taxonomy/src/VocabularyAccessControlHandler.php
VocabularyAccessControlHandler::$viewLabelOperation property core/modules/taxonomy/src/VocabularyAccessControlHandler.php Allows to grant access to just the labels.
VocabularyAccessControlHandler::checkAccess function core/modules/taxonomy/src/VocabularyAccessControlHandler.php Performs access checks.
WidgetBase::handlesMultipleValues function core/lib/Drupal/Core/Field/WidgetBase.php Returns whether the widget handles multiple values.
WorkflowAccessControlHandler class core/modules/workflows/src/WorkflowAccessControlHandler.php Access controller for the Workflow entity.
WorkflowAccessControlHandler.php file core/modules/workflows/src/WorkflowAccessControlHandler.php
WorkflowAccessControlHandler::$workflowTypeManager property core/modules/workflows/src/WorkflowAccessControlHandler.php The workflow type plugin manager.
WorkflowAccessControlHandler::checkAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs access checks.
WorkflowAccessControlHandler::checkCreateAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs create access checks.
WorkflowAccessControlHandler::createInstance function core/modules/workflows/src/WorkflowAccessControlHandler.php Instantiates a new instance of this entity handler.
WorkflowAccessControlHandler::__construct function core/modules/workflows/src/WorkflowAccessControlHandler.php Constructs the workflow access control handler instance.
WorkflowAccessControlHandlerTest class core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Tests Drupal\workflows\WorkflowAccessControlHandler.
WorkflowAccessControlHandlerTest.php file core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
WorkflowAccessControlHandlerTest::$accessControlHandler property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php The workflow access control handler.
WorkflowAccessControlHandlerTest::$adminUser property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php A test admin user.
WorkflowAccessControlHandlerTest::$modules property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Modules to install.

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