Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EventSubscriber::__construct | function | core/ |
Constructs the event subscriber. |
| EventSubscriber::__construct | function | core/ |
Constructs the Event Subscriber object. |
| EventWithPackageListTrait | trait | core/ |
Common methods for pre- and post-require events. |
| EventWithPackageListTrait.php | file | core/ |
|
| EventWithPackageListTrait::$devPackages | property | core/ |
The dev packages to be required, in the form 'vendor/name:constraint'. |
| EventWithPackageListTrait::$runtimePackages | property | core/ |
The runtime packages, in the form 'vendor/name:constraint'. |
| EventWithPackageListTrait::getDevPackages | function | core/ |
Gets the dev packages. |
| EventWithPackageListTrait::getKeyedPackages | function | core/ |
Gets packages as a keyed array. |
| EventWithPackageListTrait::getRuntimePackages | function | core/ |
Gets the runtime (i.e., non-dev) packages. |
| EventWithPackageListTrait::__construct | function | core/ |
Constructs the object. |
| EventWithPackageListTraitTest | class | core/ |
Tests Event With Package List Trait. |
| EventWithPackageListTraitTest.php | file | core/ |
|
| EventWithPackageListTraitTest::providerGetPackages | function | core/ |
Data provider for testGetPackages(). |
| EventWithPackageListTraitTest::testGetPackages | function | core/ |
Tests that runtime and dev packages are keyed correctly. |
| event_dispatcher | service | core/ |
Symfony\Component\EventDispatcher\EventDispatcher |
| example.settings.local.php | file | core/ |
Local development override configuration feature. |
| example.settings.local.php | file | sites/ |
Local development override configuration feature. |
| example.settings.local.php | file | core/ |
Test version of example.settings.local.php from drupal/core. |
| example.sites.php | file | core/ |
Test version of example.sites.php from drupal/core. |
| example.sites.php | file | core/ |
Configuration file for multi-site support and directory aliasing feature. |
| example.sites.php | file | sites/ |
Configuration file for multi-site support and directory aliasing feature. |
| example_contrib_module.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_contrib_module.libraries.yml |
| example_module.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml |
| example_module_missing_information.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml |
| example_module_only_dependencies.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml |
| example_theme.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml |
| exception.custom_page_html | service | core/ |
Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber |
| exception.default_json | service | core/ |
Drupal\Core\EventSubscriber\ExceptionJsonSubscriber |
| exception.enforced_form_response | service | core/ |
Drupal\Core\EventSubscriber\EnforcedFormResponseSubscriber |
| exception.fast_404_html | service | core/ |
Drupal\Core\EventSubscriber\Fast404ExceptionHtmlSubscriber |
| exception.needs_installer | service | core/ |
Drupal\Core\EventSubscriber\ExceptionDetectNeedsInstallSubscriber |
| ExceptionDetectNeedsInstallSubscriber | class | core/ |
Exception handler to determine if an exception indicates an uninstalled site. |
| ExceptionDetectNeedsInstallSubscriber.php | file | core/ |
|
| ExceptionDetectNeedsInstallSubscriber::$connection | property | core/ |
The default database connection. |
| ExceptionDetectNeedsInstallSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
| ExceptionDetectNeedsInstallSubscriber::onException | function | core/ |
Handles errors for this subscriber. |
| ExceptionDetectNeedsInstallSubscriber::__construct | function | core/ |
Constructs a new ExceptionDetectNeedsInstallSubscriber. |
| ExceptionHandler::handleStatementException | function | core/ |
Handles exceptions thrown during the preparation of statement objects. |
| ExceptionHandlingTest | class | core/ |
Tests the exception handling for various cases. |
| ExceptionHandlingTest.php | file | core/ |
|
| ExceptionHandlingTest::$modules | property | core/ |
|
| ExceptionHandlingTest::doTest404Route | function | core/ |
Sets the given path to use as the 404 page and triggers a 404. |
| ExceptionHandlingTest::setUp | function | core/ |
|
| ExceptionHandlingTest::test405 | function | core/ |
Tests on a route with a non-supported HTTP method. |
| ExceptionHandlingTest::test406 | function | core/ |
Tests a route with a non-supported _format parameter. |
| ExceptionHandlingTest::testBacktraceEscaping | function | core/ |
Tests if exception backtraces are properly escaped when output to HTML. |
| ExceptionHandlingTest::testExceptionEscaping | function | core/ |
Tests exception message escaping. |
| ExceptionHandlingTest::testExceptionResponseGeneratedForOriginalRequest | function | core/ |
Tests that the exception response is executed in the original context. |
| ExceptionHandlingTest::testHtml403 | function | core/ |
Tests the exception handling for HTML and 403 status code. |
| ExceptionHandlingTest::testHtml404 | function | core/ |
Tests the exception handling for HTML and 404 status code. |
Pagination
- Previous page
- Page 503
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.