Search for finish
- Search 7.x for finish
 - Search 9.5.x for finish
 - Search 8.9.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. | 
| BatchBuilderTest::finishedCallback | function | core/ | 
                                                                                        Empty callback for the tests. | 
| BatchBuilderTest::testSetFinishCallback | function | core/ | 
                                                                                        Tests setFinishCallback(). | 
| BatchTestController::testFinishRedirect | function | core/ | 
                                                                                        Fires a batch process without a form submission and a finish redirect. | 
| BatchUserAction::finishBatch | function | core/ | 
                                                                                        Finish batch. | 
| 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. | 
| DbUpdateController::batchFinished | function | core/ | 
                                                                                        Finishes the update process and stores the results for eventual display. | 
| DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED | constant | core/ | 
                                                                                        Event fired when the service container finished initializing in subrequest. | 
| FinishResponseSubscriber | class | core/ | 
                                                                                        Response subscriber to handle finished responses. | 
| FinishResponseSubscriber.php | file | core/ | 
                                                                                        |
| FinishResponseSubscriber::$cacheContextsManager | 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. | 
| FinishResponseSubscriberTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Core\EventSubscriber\FinishResponseSubscriber[[api-linebreak]] @group EventSubscriber  | 
              
| FinishResponseSubscriberTest.php | file | core/ | 
                                                                                        |
| FinishResponseSubscriberTest::$cacheContextsManager | property | core/ | 
                                                                                        The mock cache contexts manager. | 
| FinishResponseSubscriberTest::$kernel | property | core/ | 
                                                                                        The mock Kernel. | 
| FinishResponseSubscriberTest::$languageManager | property | core/ | 
                                                                                        The mock language manager. | 
| FinishResponseSubscriberTest::$requestPolicy | property | core/ | 
                                                                                        The mock request policy. | 
| FinishResponseSubscriberTest::$responsePolicy | property | core/ | 
                                                                                        The mock response policy. | 
| FinishResponseSubscriberTest::$time | property | core/ | 
                                                                                        The mock time service. | 
| FinishResponseSubscriberTest::setUp | function | core/ | 
                                                                                        |
| FinishResponseSubscriberTest::testDefaultHeaders | function | core/ | 
                                                                                        Finish subscriber should set some default header values. | 
| FinishResponseSubscriberTest::testExistingHeaders | function | core/ | 
                                                                                        Finish subscriber should not overwrite existing header values. | 
| finish_response_subscriber | service | core/ | 
                                                                                        Drupal\Core\EventSubscriber\FinishResponseSubscriber | 
| 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. | 
| LanguageRequestSubscriber::onContainerInitializeSubrequestFinished | function | core/ | 
                                                                                        Initializes config overrides whenever the service container is rebuilt. | 
| locale_config_batch_finished | function | core/ | 
                                                                                        Implements callback_batch_finished(). | 
| locale_translate_batch_finished | function | core/ | 
                                                                                        Implements callback_batch_finished(). | 
| locale_translation_batch_fetch_finished | function | core/ | 
                                                                                        Implements callback_batch_finished(). | 
| locale_translation_batch_status_finished | function | core/ | 
                                                                                        Implements callback_batch_finished(). | 
| MigrateUpgradeImportBatch::finished | function | core/ | 
                                                                                        Callback executed when the Migrate Upgrade Import batch process completes. | 
| migrate_state_finished_test.info.yml | file | core/ | 
                                                                                        core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrate_state_finished_test.info.yml | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.