Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DeprecationHandler | class | core/ |
Drupal's PHPUnit extension to manage code deprecation. |
DeprecationHandler.php | file | core/ |
|
DeprecationHandler::$collectedDeprecations | property | core/ |
A list of deprecation messages collected during test run. |
DeprecationHandler::$deprecationIgnorePatterns | property | core/ |
A list of deprecation messages that should be ignored if detected. |
DeprecationHandler::$enabled | property | core/ |
Indicates if the extension is enabled. |
DeprecationHandler::$expectedDeprecations | property | core/ |
A list of expected deprecation messages. |
DeprecationHandler::collectActualDeprecation | function | core/ |
Collects an actual deprecation. |
DeprecationHandler::expectDeprecation | function | core/ |
Adds an expected deprecation. |
DeprecationHandler::getCollectedDeprecations | function | core/ |
Returns all collected deprecations. |
DeprecationHandler::getConfiguration | function | core/ |
Returns the extension configuration. |
DeprecationHandler::getExpectedDeprecations | function | core/ |
Returns all expected deprecations. |
DeprecationHandler::init | function | core/ |
Initializes the extension. |
DeprecationHandler::isDeprecationTest | function | core/ |
Determines if a test case is a deprecation test. |
DeprecationHandler::isEnabled | function | core/ |
Determines if the extension is enabled. |
DeprecationHandler::isIgnoredDeprecation | function | core/ |
Determines if an actual deprecation should be ignored. |
DeprecationHandler::isTestInLegacyGroup | function | core/ |
Determines if a test case is part of the 'legacy' group. |
DeprecationHandler::reset | function | core/ |
Resets the extension. |
DeprecationHandler::__construct | function | core/ |
This class should not be instantiated. |
Drupal::moduleHandler | function | core/ |
Returns the module handler. |
DrupalKernel::handle | function | core/ |
|
DrupalKernel::handleException | function | core/ |
Converts an exception into a response. |
DrupalKernel::preHandle | function | core/ |
Helper method that does request related initialization. |
EntityCreateAccessCustomCidTest::$moduleHandler | property | core/ |
A mock module handler. |
EntityReference::$handlerOptions | property | core/ |
The selection handlers available for the target entity ID of the filter. |
EntityReference::getSelectionHandler | function | core/ |
Gets the entity reference selection handler. |
EntityReference::getSubHandlerOptions | function | core/ |
Get all selection plugins for this entity type. |
EntityReferenceSelectionAccessTest::testCommentHandler | function | core/ |
Tests the comment-specific overrides of the entity handler. |
EntityReferenceSelectionAccessTest::testMediaHandler | function | core/ |
Tests the selection handler for the media entity type. |
EntityReferenceSelectionAccessTest::testNodeHandler | function | core/ |
Tests the node-specific overrides of the entity handler. |
EntityReferenceSelectionAccessTest::testTermHandler | function | core/ |
Tests the term-specific overrides of the selection handler. |
EntityReferenceSelectionAccessTest::testUserHandler | function | core/ |
Tests the user-specific overrides of the entity handler. |
EntityTestRevlogAccessControlHandler | class | core/ |
Defines the access control handler for test entity types. |
EntityTestRevlogAccessControlHandler.php | file | core/ |
|
EntityTestRevlogAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
EntityTestRevPubWorkspaceHandler | class | core/ |
Provides a custom workspace handler for testing purposes. |
EntityTestRevPubWorkspaceHandler.php | file | core/ |
|
EntityTestRevPubWorkspaceHandler::isEntitySupported | function | core/ |
Determines if an entity should be tracked in a workspace. |
ExceptionHandler | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\ExceptionHandler. |
ExceptionHandler | class | core/ |
MySQLi database exception handler class. |
ExceptionHandler.php | file | core/ |
|
ExceptionHandler.php | file | core/ |
|
ExceptionHandler::handleExecutionException | function | core/ |
Handles exceptions thrown during execution of statement objects. |
ExpectDeprecationTrait::setUpErrorHandler | function | core/ |
Sets up the test error handler. |
ExpectDeprecationTrait::tearDownErrorHandler | function | core/ |
Tears down the test error handler. |
ExtensionExistsConstraintValidator::$moduleHandler | property | core/ |
The module handler service. |
ExtensionExistsConstraintValidator::$themeHandler | property | core/ |
The theme handler service. |
FieldConfigValidationTest::testEntityReferenceSelectionHandlerIsValidated | function | core/ |
Tests that entity reference selection handler plugin IDs are validated. |
FieldDialogsTest::testRemoveFieldHandler | function | core/ |
Tests removing a field through the rearrange dialog. |
FieldTypePluginManagerTest::$moduleHandler | property | core/ |
A mocked module handler. |
FileProcessOutputCallback::$handle | property | core/ |
The file to write to. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.