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
EntityTypeManager::hasHandler function core/lib/Drupal/Core/Entity/EntityTypeManager.php Checks whether a certain entity type has a certain handler.
EntityTypeManagerInterface::createHandlerInstance function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates new handler instance.
EntityTypeManagerInterface::getAccessControlHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new access control handler instance.
EntityTypeManagerInterface::getHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Returns a handler instance for the given entity type and handler.
EntityTypeManagerInterface::hasHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Checks whether a certain entity type has a certain handler.
EntityTypeManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The module handler.
EntityTypeManagerTest::provideMissingHandlerData function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetHandlerMissingHandler().
EntityTypeManagerTest::providerTestHasHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testHasHandler().
EntityTypeManagerTest::testGetAccessControlHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getAccessControlHandler() method.
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.
EntityTypeManagerTest::testHasHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the hasHandler() method.
EntityTypeTest::testGetHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the getHandler() method.
EntityViewDisplayAccessControlHandler class core/lib/Drupal/Core/Entity/Entity/Access/EntityViewDisplayAccessControlHandler.php Provides an entity access control handler for displays.
EntityViewDisplayAccessControlHandler.php file core/lib/Drupal/Core/Entity/Entity/Access/EntityViewDisplayAccessControlHandler.php
EntityViewDisplayAccessControlHandler::checkAccess function core/lib/Drupal/Core/Entity/Entity/Access/EntityViewDisplayAccessControlHandler.php Performs access checks.
EntityViewDisplayAccessControlHandlerTest class core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php @coversDefaultClass \Drupal\Core\Entity\Entity\Access\EntityViewDisplayAccessControlHandler[[api-linebreak]]
@group Entity
EntityViewDisplayAccessControlHandlerTest.php file core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php
EntityViewDisplayAccessControlHandlerTest::setUp function core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php
EntityViewsData::$moduleHandler property core/modules/views/src/EntityViewsData.php The module handler.
Error::currentErrorHandler function core/lib/Drupal/Core/Utility/Error.php Returns the current PHP error handler as a callable.
ErrorHandlerTest class core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Performs tests on the Drupal error and exception handler.
ErrorHandlerTest.php file core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php
ErrorHandlerTest::$defaultTheme property core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php The theme to install as the default for testing.
ErrorHandlerTest::$modules property core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Modules to install.
ErrorHandlerTest::assertErrorMessage function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Helper function: assert that the error message is found.
ErrorHandlerTest::assertNoErrorMessage function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Helper function: assert that the error message is not found.
ErrorHandlerTest::assertNoMessages function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Asserts that no messages are printed onto the page.
ErrorHandlerTest::testCustomErrorHandler function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Tests a custom error handler set in settings.php.
ErrorHandlerTest::testErrorHandler function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Tests the error handler.
ErrorHandlerTest::testExceptionHandler function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Tests the exception handler.
ExceptionHandler class core/modules/mysqli/src/Driver/Database/mysqli/ExceptionHandler.php MySQLi database exception handler class.
ExceptionHandler class core/lib/Drupal/Core/Database/ExceptionHandler.php Base Database exception handler class.
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/mysql/src/Driver/Database/mysql/ExceptionHandler.php MySql database exception handler class.
ExceptionHandler.php file core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php
ExceptionHandler.php file core/lib/Drupal/Core/Database/ExceptionHandler.php
ExceptionHandler.php file core/modules/mysqli/src/Driver/Database/mysqli/ExceptionHandler.php
ExceptionHandler.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ExceptionHandler.php
ExceptionHandler::handleExecutionException function core/lib/Drupal/Core/Database/ExceptionHandler.php Handles exceptions thrown during execution of statement objects.
ExceptionHandler::handleExecutionException function core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php Handles exceptions thrown during execution of statement objects.
ExceptionHandler::handleExecutionException function core/modules/mysqli/src/Driver/Database/mysqli/ExceptionHandler.php Handles exceptions thrown during execution of statement objects.
ExceptionHandler::handleStatementException function core/lib/Drupal/Core/Database/ExceptionHandler.php Handles exceptions thrown during the preparation of statement objects.
ExceptionHandler::rethrowNormalizedException function core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php Rethrows exceptions thrown during execution of statement objects.
ExceptionJsonSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php Specifies the request formats this subscriber will respond to.
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.
ExtensionList::$moduleHandler property core/lib/Drupal/Core/Extension/ExtensionList.php The module handler.

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