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 |
|---|---|---|---|
| filter_test.info.yml | file | core/ |
core/modules/filter/tests/filter_test/filter_test.info.yml |
| filter_test.routing.yml | file | core/ |
core/modules/filter/tests/filter_test/filter_test.routing.yml |
| filter_test.schema.yml | file | core/ |
core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml |
| filter_test_plugin.info.yml | file | core/ |
core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml |
| FinalExceptionSubscriber | class | core/ |
Last-chance handler for exceptions: the final exception subscriber. |
| FinalExceptionSubscriber.php | file | core/ |
|
| FinalExceptionSubscriber::$configFactory | property | core/ |
The config factory. |
| FinalExceptionSubscriber::$errorLevel | property | core/ |
One of the error level constants defined in bootstrap.inc. |
| FinalExceptionSubscriber::getErrorLevel | function | core/ |
Gets the configured error level. |
| FinalExceptionSubscriber::getSubscribedEvents | function | core/ |
|
| FinalExceptionSubscriber::isErrorDisplayable | function | core/ |
Wrapper for error_displayable(). |
| FinalExceptionSubscriber::isErrorLevelVerbose | function | core/ |
Checks whether the error level is verbose or not. |
| FinalExceptionSubscriber::on4xx | function | core/ |
Handles all 4xx errors that aren't caught in other exception subscribers. |
| FinalExceptionSubscriber::onException | function | core/ |
Handles exceptions for this subscriber. |
| FinalExceptionSubscriber::simplifyFileInError | function | core/ |
Attempts to reduce error verbosity in the error message's file path. |
| FinalExceptionSubscriber::__construct | function | core/ |
Constructs a new FinalExceptionSubscriber. |
| FinalExceptionSubscriberTest | class | core/ |
Tests Drupal\Core\EventSubscriber\FinalExceptionSubscriber. |
| FinalExceptionSubscriberTest.php | file | core/ |
|
| FinalExceptionSubscriberTest::testOnExceptionWithUnknownFormat | function | core/ |
Tests on exception with unknown format. |
| FinalMissingContentSubscriber | class | core/ |
Final event subscriber to the missing content event. |
| FinalMissingContentSubscriber.php | file | core/ |
|
| FinalMissingContentSubscriber::getSubscribedEvents | function | core/ |
|
| FinalMissingContentSubscriber::onMissingContent | function | core/ |
Handles the missing content event. |
| FinalTestHttpMiddlewareClass | class | core/ |
Stub of http_middleware class that is declared final. |
| FinalTestHttpMiddlewareClass.php | file | core/ |
|
| FinalTestHttpMiddlewareClass::handle | function | core/ |
|
| FinalTestHttpMiddlewareClass::terminate | function | core/ |
|
| FinalTestHttpMiddlewareClass::__construct | function | core/ |
|
| FinalTestNonTerminableHttpMiddlewareClass | class | core/ |
Stub of http_middleware class that is declared final but is not terminable. |
| FinalTestNonTerminableHttpMiddlewareClass.php | file | core/ |
|
| FinalTestNonTerminableHttpMiddlewareClass::handle | function | core/ |
|
| FinalTestNonTerminableHttpMiddlewareClass::__construct | function | core/ |
|
| Finder | class | core/ |
Finds all default content in a directory, in dependency order. |
| Finder.php | file | core/ |
|
| Finder::$data | property | core/ |
The content entity data to import. |
| Finder::__construct | function | core/ |
|
| FinderTest | class | core/ |
Tests Finder. |
| FinderTest.php | file | core/ |
|
| FinderTest::assertRelativeOrder | function | core/ |
Asserts that an item in an array comes before another item in that array. |
| FinderTest::testExceptionIfNoUuid | function | core/ |
Tests that files without UUIDs will raise an exception. |
| FinderTest::testFoundDataIsInDependencyOrder | function | core/ |
Tests that any discovered entity data is sorted into dependency order. |
| FinishResponseSubscriber | class | core/ |
Response subscriber to handle finished responses. |
| FinishResponseSubscriber.php | file | core/ |
|
| FinishResponseSubscriber::$config | property | core/ |
A config object for the system performance configuration. |
| FinishResponseSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
| FinishResponseSubscriber::isCacheControlCustomized | function | core/ |
Determine whether the given response has a custom Cache-Control header. |
| FinishResponseSubscriber::onAllResponds | function | core/ |
Sets extra headers on any responses, also subrequest ones. |
| FinishResponseSubscriber::onRespond | function | core/ |
Sets extra headers on successful responses. |
| FinishResponseSubscriber::setCacheControlNoCache | function | core/ |
Disable caching in the browser and for HTTP/1.1 proxies and clients. |
| FinishResponseSubscriber::setExpiresNoCache | function | core/ |
Disable caching in ancient browsers and for HTTP/1.0 proxies and clients. |
Pagination
- Previous page
- Page 726
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.