Search for finish
- Search 7.x for finish
- Search 9.5.x for finish
- Search 10.3.x for finish
- Search 11.x for finish
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BatchBuilder::$finished | property | core/ |
The name of a function / method to be called when the batch finishes. |
BatchBuilder::setFinishCallback | function | core/ |
Sets the finished callback. |
CacheRouterRebuildSubscriber::onRouterFinished | function | core/ |
|
callback_batch_finished | function | core/ |
Complete a batch process. |
ConfigImporter::finish | function | core/ |
Finishes the batch. |
ConfigImporterBatch::finish | function | core/ |
Finish batch. |
FinishResponseSubscriber | class | core/ |
Response subscriber to handle finished responses. |
FinishResponseSubscriber.php | file | core/ |
|
FinishResponseSubscriber::$cacheContexts | property | core/ |
The cache contexts manager service. |
FinishResponseSubscriber::$config | property | core/ |
A config object for the system performance configuration. |
FinishResponseSubscriber::$debugCacheabilityHeaders | property | core/ |
Whether to send cacheability headers for debugging purposes. |
FinishResponseSubscriber::$languageManager | property | core/ |
The language manager object for retrieving the correct language code. |
FinishResponseSubscriber::$requestPolicy | property | core/ |
A policy rule determining the cacheability of a request. |
FinishResponseSubscriber::$responsePolicy | property | core/ |
A policy rule determining the cacheability of the response. |
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. |
FinishResponseSubscriber::setResponseCacheable | function | core/ |
Add Cache-Control and Expires headers to a cacheable response. |
FinishResponseSubscriber::setResponseNotCacheable | function | core/ |
Add Cache-Control and Expires headers to a response which is not cacheable. |
FinishResponseSubscriber::__construct | function | core/ |
Constructs a FinishResponseSubscriber object. |
hook_test_finished | function | core/ |
An individual test has finished. |
hook_test_group_finished | function | core/ |
A test group has finished. |
install_finished | function | core/ |
Performs final installation steps and displays a 'finished' page. |
install_finish_translations | function | core/ |
Finishes importing files at end of installation. |
PathRootsSubscriber::onRouteFinished | function | core/ |
|
PoStreamReader::$finished | property | core/ |
Indicator of whether the stream reading is finished. |
Query::finish | function | core/ |
Finish the query by adding fields, GROUP BY and range. |
QueryAggregate::finish | function | core/ |
Overrides \Drupal\Core\Entity\Query\Sql\Query::finish(). |
simpletest_deprecation_test_test_finished | function | core/ |
Implements hook_test_finished(). |
simpletest_deprecation_test_test_group_finished | function | core/ |
Implements hook_test_group_finished(). |
TestDeprecatedTestHooks::testHookTestFinished | function | core/ |
@expectedDeprecation The deprecated hook hook_test_finished() is implemented in these functions: simpletest_deprecation_test_test_finished(). Convert your test to a PHPUnit-based one and implement test listeners. See https://www.drupal.org/node/2934242 |
TestDeprecatedTestHooks::testHookTestGroupFinished | function | core/ |
@expectedDeprecation The deprecated hook hook_test_group_finished() is implemented in these functions: simpletest_deprecation_test_test_group_finished(). Convert your test to a PHPUnit-based one and implement test listeners. See⦠|
_batch_finished | function | core/ |
Ends the batch processing. |
_batch_test_finished_0 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_1 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_1_finished | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_2 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_3 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_4 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_5 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_6 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_7 | function | core/ |
Implements callback_batch_finished(). |
_batch_test_finished_helper | function | core/ |
Provides a common 'finished' callback for batches 1 to 7. |
_simpletest_batch_finished | function | core/ |
Implements callback_batch_finished(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.