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
DeprecationHandler class core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Drupal's PHPUnit extension to manage code deprecation.
DeprecationHandler.php file core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php
DeprecationHandler::$collectedDeprecations property core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php A list of deprecation messages collected during test run.
DeprecationHandler::$deprecationIgnorePatterns property core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php A list of deprecation messages that should be ignored if detected.
DeprecationHandler::$enabled property core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Indicates if the extension is enabled.
DeprecationHandler::$expectedDeprecations property core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php A list of expected deprecation messages.
DeprecationHandler::collectActualDeprecation function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Collects an actual deprecation.
DeprecationHandler::expectDeprecation function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Adds an expected deprecation.
DeprecationHandler::getCollectedDeprecations function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns all collected deprecations.
DeprecationHandler::getConfiguration function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns the extension configuration.
DeprecationHandler::getExpectedDeprecations function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns all expected deprecations.
DeprecationHandler::init function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Initializes the extension.
DeprecationHandler::isDeprecationTest function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if a test case is a deprecation test.
DeprecationHandler::isEnabled function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if the extension is enabled.
DeprecationHandler::isIgnoredDeprecation function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if an actual deprecation should be ignored.
DeprecationHandler::isTestInLegacyGroup function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if a test case is part of the 'legacy' group.
DeprecationHandler::reset function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Resets the extension.
DeprecationHandler::__construct function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php This class should not be instantiated.
Drupal::moduleHandler function core/lib/Drupal.php Returns the module handler.
DrupalKernel::handle function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::handleException function core/lib/Drupal/Core/DrupalKernel.php Converts an exception into a response.
DrupalKernel::preHandle function core/lib/Drupal/Core/DrupalKernel.php Helper method that does request related initialization.
EntityCreateAccessCustomCidTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A mock module handler.
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.
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.
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.
ExceptionHandler class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ExceptionHandler.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\ExceptionHandler.
ExceptionHandler class core/modules/mysqli/src/Driver/Database/mysqli/ExceptionHandler.php MySQLi database exception handler class.
ExceptionHandler.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ExceptionHandler.php
ExceptionHandler.php file core/modules/mysqli/src/Driver/Database/mysqli/ExceptionHandler.php
ExceptionHandler::handleExecutionException function core/modules/mysqli/src/Driver/Database/mysqli/ExceptionHandler.php Handles exceptions thrown during execution of statement objects.
ExpectDeprecationTrait::setUpErrorHandler function core/tests/Drupal/TestTools/Extension/DeprecationBridge/ExpectDeprecationTrait.php Sets up the test error handler.
ExpectDeprecationTrait::tearDownErrorHandler function core/tests/Drupal/TestTools/Extension/DeprecationBridge/ExpectDeprecationTrait.php Tears down the test error handler.
ExtensionExistsConstraintValidator::$moduleHandler property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php The module handler service.
ExtensionExistsConstraintValidator::$themeHandler property core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php The theme handler service.
FieldConfigValidationTest::testEntityReferenceSelectionHandlerIsValidated function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that entity reference selection handler plugin IDs are validated.
FieldDialogsTest::testRemoveFieldHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FieldDialogsTest.php Tests removing a field through the rearrange dialog.
FieldTypePluginManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked module handler.
FileProcessOutputCallback::$handle property core/modules/package_manager/src/FileProcessOutputCallback.php The file to write to.

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