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
EntityHandlerBase::$moduleHandler property core/lib/Drupal/Core/Entity/EntityHandlerBase.php The module handler to invoke hooks on.
EntityHandlerBase::moduleHandler function core/lib/Drupal/Core/Entity/EntityHandlerBase.php Gets the module handler.
EntityHandlerBase::setModuleHandler function core/lib/Drupal/Core/Entity/EntityHandlerBase.php Sets the module handler for this handler.
EntityHandlerInterface interface core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Defines an interface for entity handlers.
EntityHandlerInterface.php file core/lib/Drupal/Core/Entity/EntityHandlerInterface.php
EntityHandlerInterface::createInstance function core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Instantiates a new instance of this entity handler.
EntityListBuilderTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php The module handler used for testing.
EntityReference::$handlerOptions property core/modules/views/src/Plugin/views/filter/EntityReference.php The selection handlers available for the target entity ID of the filter.
EntityReference::getSelectionHandler function core/modules/views/src/Plugin/views/filter/EntityReference.php Gets the entity reference selection handler.
EntityReference::getSubHandlerOptions function core/modules/views/src/Plugin/views/filter/EntityReference.php Get all selection plugins for this entity type.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceAdminTest::testFieldAdminHandler function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceAutocompleteWidget::getSelectionHandlerSetting function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php Returns the value of a setting for the entity reference selection handler.
EntityReferenceItemTest::testSelectionHandlerSettings function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php Tests that the 'handler' field setting stores the proper plugin ID.
EntityReferenceSelectionAccessTest::testCommentHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the comment-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testMediaHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the selection handler for the media entity type.
EntityReferenceSelectionAccessTest::testNodeHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the node-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testTermHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the term-specific overrides of the selection handler.
EntityReferenceSelectionAccessTest::testUserHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the user-specific overrides of the entity handler.
EntityReferenceSelectionReferenceableTest::$selectionHandler property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php The selection handler.
EntitySearchPage::$moduleHandler property core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php The module handler.
EntityTest::$entityHandler property core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php The tested entity area handler.
EntityTestAccessControlHandler class core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Defines the access control handler for the test entity type.
EntityTestAccessControlHandler.php file core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php
EntityTestAccessControlHandler::$viewLabelOperation property core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Allows to grant access to just the labels.
EntityTestAccessControlHandler::buildCreateAccessCid function core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Builds the create access result cache ID.
EntityTestAccessControlHandler::checkAccess function core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Performs access checks.
EntityTestAccessControlHandler::checkCreateAccess function core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php Performs create access checks.
EntityTestRevlogAccessControlHandler class core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php Defines the access control handler for test entity types.
EntityTestRevlogAccessControlHandler.php file core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php
EntityTestRevlogAccessControlHandler::checkAccess function core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php Performs access checks.
EntityTestRevPubWorkspaceHandler class core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php Provides a custom workspace handler for testing purposes.
EntityTestRevPubWorkspaceHandler.php file core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
EntityTestRevPubWorkspaceHandler::isEntitySupported function core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php Determines if an entity should be tracked in a workspace.
EntityType::$handlers property core/lib/Drupal/Core/Entity/EntityType.php An array of handlers.
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.
EntityType::hasHandlerClass function core/lib/Drupal/Core/Entity/EntityType.php Determines if there is a handler for a given type.
EntityType::setHandlerClass function core/lib/Drupal/Core/Entity/EntityType.php Sets the handlers for a given type.
EntityTypeBundleInfo::$moduleHandler property core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php The module handler.
EntityTypeBundleInfoTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The module handler.
EntityTypeInfo::$moderationHandlers property core/modules/content_moderation/src/EntityTypeInfo.php A keyed array of custom moderation handlers for given entity types.
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.
EntityTypeInterface::hasHandlerClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Determines if there is a handler for a given type.
EntityTypeInterface::setHandlerClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the handlers for a given type.
EntityTypeManager::$handlers property core/lib/Drupal/Core/Entity/EntityTypeManager.php Contains instantiated handlers keyed by handler type and entity type.
EntityTypeManager::createHandlerInstance function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates new handler instance.
EntityTypeManager::getAccessControlHandler function core/lib/Drupal/Core/Entity/EntityTypeManager.php Creates a new access control handler instance.
EntityTypeManager::getHandler function core/lib/Drupal/Core/Entity/EntityTypeManager.php Returns a handler instance for the given entity type and handler.

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