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 |
|---|---|---|---|
| EntityTypeInterface::setHandlerClass | function | core/ |
Sets the handlers for a given type. |
| EntityTypeManager::$handlers | property | core/ |
Contains instantiated handlers keyed by handler type and entity type. |
| EntityTypeManager::createHandlerInstance | function | core/ |
Creates new handler instance. |
| EntityTypeManager::getAccessControlHandler | function | core/ |
Creates a new access control handler instance. |
| EntityTypeManager::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
| EntityTypeManager::hasHandler | function | core/ |
Checks whether a certain entity type has a certain handler. |
| EntityTypeManagerInterface::createHandlerInstance | function | core/ |
Creates new handler instance. |
| EntityTypeManagerInterface::getAccessControlHandler | function | core/ |
Creates a new access control handler instance. |
| EntityTypeManagerInterface::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
| EntityTypeManagerInterface::hasHandler | function | core/ |
Checks whether a certain entity type has a certain handler. |
| EntityTypeManagerTest::$moduleHandler | property | core/ |
The module handler. |
| EntityTypeManagerTest::provideMissingHandlerData | function | core/ |
Provides test data for testGetHandlerMissingHandler(). |
| EntityTypeManagerTest::providerTestHasHandler | function | core/ |
Provides test data for testHasHandler(). |
| EntityTypeManagerTest::testGetAccessControlHandler | function | core/ |
Tests the getAccessControlHandler() method. |
| EntityTypeManagerTest::testGetHandler | function | core/ |
Tests the getHandler() method. |
| EntityTypeManagerTest::testGetHandlerMissingHandler | function | core/ |
Tests the getHandler() method when no controller is defined. |
| EntityTypeManagerTest::testHasHandler | function | core/ |
Tests the hasHandler() method. |
| EntityTypeTest::testGetHandler | function | core/ |
Tests the getHandler() method. |
| EntityViewDisplayAccessControlHandler | class | core/ |
Provides an entity access control handler for displays. |
| EntityViewDisplayAccessControlHandler.php | file | core/ |
|
| EntityViewDisplayAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| EntityViewDisplayAccessControlHandlerTest | class | core/ |
Tests Drupal\Core\Entity\Entity\Access\EntityViewDisplayAccessControlHandler. |
| EntityViewDisplayAccessControlHandlerTest.php | file | core/ |
|
| EntityViewDisplayAccessControlHandlerTest::setUp | function | core/ |
|
| EntityViewsData::$moduleHandler | property | core/ |
The module handler. |
| Error::currentErrorHandler | function | core/ |
Returns the current PHP error handler as a callable. |
| ErrorHandlerTest | class | core/ |
Performs tests on the Drupal error and exception handler. |
| ErrorHandlerTest.php | file | core/ |
|
| ErrorHandlerTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ErrorHandlerTest::$modules | property | core/ |
Modules to install. |
| ErrorHandlerTest::assertErrorMessage | function | core/ |
Helper function: assert that the error message is found. |
| ErrorHandlerTest::assertNoErrorMessage | function | core/ |
Helper function: assert that the error message is not found. |
| ErrorHandlerTest::assertNoMessages | function | core/ |
Asserts that no messages are printed onto the page. |
| ErrorHandlerTest::testCustomErrorHandler | function | core/ |
Tests a custom error handler set in settings.php. |
| ErrorHandlerTest::testErrorHandler | function | core/ |
Tests the error handler. |
| ErrorHandlerTest::testExceptionHandler | function | core/ |
Tests the exception handler. |
| ExceptionHandler | class | core/ |
Base Database exception handler class. |
| ExceptionHandler | class | core/ |
MySql database exception handler class. |
| ExceptionHandler | class | core/ |
MySQLi database exception handler class. |
| ExceptionHandler | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\ExceptionHandler. |
| ExceptionHandler.php | file | core/ |
|
| ExceptionHandler.php | file | core/ |
|
| ExceptionHandler.php | file | core/ |
|
| ExceptionHandler.php | file | core/ |
|
| ExceptionHandler::handleExecutionException | function | core/ |
Handles exceptions thrown during execution of statement objects. |
| ExceptionHandler::handleExecutionException | function | core/ |
Handles exceptions thrown during execution of statement objects. |
| ExceptionHandler::handleExecutionException | function | core/ |
Handles exceptions thrown during execution of statement objects. |
| ExceptionHandler::handleStatementException | function | core/ |
Handles exceptions thrown during the preparation of statement objects. |
| ExceptionHandler::rethrowNormalizedException | function | core/ |
Rethrows exceptions thrown during execution of statement objects. |
| ExceptionJsonSubscriber::getHandledFormats | function | core/ |
Specifies the request formats this subscriber will respond to. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.