Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Error::renderExceptionSafe | function | core/ |
Renders an exception error message without further exceptions. |
| ErrorCollection | class | core/ |
To be used when the primary data is `errors`. |
| ErrorCollection.php | file | core/ |
|
| ErrorCollection::$errors | property | core/ |
The HTTP exceptions. |
| ErrorCollection::getIterator | function | core/ |
Returns an iterator for errors. |
| ErrorCollection::__construct | function | core/ |
Instantiates an ErrorCollection object. |
| ErrorContainer | class | core/ |
Container base class which triggers an error. |
| ErrorContainer.php | file | core/ |
|
| ErrorContainer::get | function | core/ |
|
| 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. |
| errors.inc | file | core/ |
Functions for error handling. |
| ErrorServiceTestServiceProvider | class | core/ |
The service provider for testing bedlam in container rebuilds. |
| ErrorServiceTestServiceProvider.php | file | core/ |
|
| ErrorServiceTestServiceProvider::$containerBuilder | property | core/ |
The in-situ container builder. |
| ErrorServiceTestServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| ErrorTest | class | core/ |
Tests Drupal\Core\Utility\Error. |
| ErrorTest.php | file | core/ |
|
| ErrorTest::createBacktraceItem | function | core/ |
Creates a mock backtrace item. |
| ErrorTest::providerTestFormatBacktrace | function | core/ |
Data provider for testFormatBacktrace. |
| ErrorTest::providerTestGetLastCaller | function | core/ |
Data provider for testGetLastCaller. |
| ErrorTest::testFormatBacktrace | function | core/ |
Tests the formatBacktrace() method. |
| ErrorTest::testGetLastCaller | function | core/ |
Tests the getLastCaller() method. |
| ErrorTestController | class | core/ |
Controller routines for error_test routes. |
| ErrorTestController.php | file | core/ |
|
| ErrorTestController::$database | property | core/ |
The database connection. |
| ErrorTestController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ErrorTestController::generateFatalErrors | function | core/ |
Generate fatal errors to test the error handler. |
| ErrorTestController::generateWarnings | function | core/ |
Generate warnings to test the error handler. |
| ErrorTestController::triggerException | function | core/ |
Trigger an exception to test the exception handler. |
| ErrorTestController::triggerPDOException | function | core/ |
Trigger an exception to test the PDO exception handler. |
| ErrorTestController::triggerRendererException | function | core/ |
Trigger an exception during rendering. |
| ErrorTestController::__construct | function | core/ |
Constructs a \Drupal\error_test\Controller\ErrorTestController object. |
| error_displayable | function | core/ |
Determines whether an error should be displayed. |
| ERROR_REPORTING_DISPLAY_ALL | constant | core/ |
Error reporting level: display all messages. |
| ERROR_REPORTING_DISPLAY_SOME | constant | core/ |
Error reporting level: display errors and warnings. |
| ERROR_REPORTING_DISPLAY_VERBOSE | constant | core/ |
Error reporting level: display all messages, plus backtrace information. |
| ERROR_REPORTING_HIDE | constant | core/ |
Error reporting level: display no errors. |
| error_service_test.info.yml | file | core/ |
core/modules/system/tests/modules/error_service_test/error_service_test.info.yml |
| error_service_test.routing.yml | file | core/ |
core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml |
| error_service_test.services.yml | file | core/ |
core/modules/system/tests/modules/error_service_test/error_service_test.services.yml |
| error_test.info.yml | file | core/ |
core/modules/system/tests/modules/error_test/error_test.info.yml |
Pagination
- Previous page
- Page 591
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.