Search for finish

  1. Search 7.x for finish
  2. Search 9.5.x for finish
  3. Search 8.9.x for finish
  4. Search 10.3.x for finish
  5. Other projects
Title Object type File name Summary
ApiController::$finishedRoute property core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php The route to redirect to after the stage has been applied.
ApiController::finish function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Performs post-apply tasks and destroys the stage.
BatchBuilder::$finished property core/lib/Drupal/Core/Batch/BatchBuilder.php The name of a function / method to be called when the batch finishes.
BatchBuilder::setFinishCallback function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the finished callback.
BatchBuilderTest::finishedCallback function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Empty callback for the tests.
BatchBuilderTest::testSetFinishCallback function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setFinishCallback().
BatchTestCallbacks::finished0 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished1 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished1Finished function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished2 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished3 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished4 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished5 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished6 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finished7 function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Implements callback_batch_finished().
BatchTestCallbacks::finishedHelper function core/modules/system/tests/modules/batch_test/src/BatchTestCallbacks.php Provides a common 'finished' callback for batches 1 to 7.
BatchTestController::testFinishRedirect function core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php Fires a batch process without a form submission and a finish redirect.
BatchUserAction::finishBatch function core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php Finish batch.
CacheRouterRebuildSubscriber::onRouterFinished function core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php
callback_batch_finished function core/lib/Drupal/Core/Form/form.api.php Complete a batch process.
ConfigImporter::finish function core/lib/Drupal/Core/Config/ConfigImporter.php Finishes the batch.
ConfigImporterBatch::finish function core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php Finish batch.
DbUpdateController::batchFinished function core/modules/system/src/Controller/DbUpdateController.php Finishes the update process and stores the results for eventual display.
DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED constant core/lib/Drupal/Core/DrupalKernelInterface.php Event fired when the service container finished initializing in subrequest.
FinishResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Response subscriber to handle finished responses.
FinishResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php
FinishResponseSubscriber::$config property core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php A config object for the system performance configuration.
FinishResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Registers the methods in this class that should be listeners.
FinishResponseSubscriber::isCacheControlCustomized function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Determine whether the given response has a custom Cache-Control header.
FinishResponseSubscriber::onAllResponds function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Sets extra headers on any responses, also subrequest ones.
FinishResponseSubscriber::onRespond function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Sets extra headers on successful responses.
FinishResponseSubscriber::setCacheControlNoCache function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Disable caching in the browser and for HTTP/1.1 proxies and clients.
FinishResponseSubscriber::setExpiresNoCache function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Disable caching in ancient browsers and for HTTP/1.0 proxies and clients.
FinishResponseSubscriber::setResponseCacheable function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Add Cache-Control and Expires headers to a cacheable response.
FinishResponseSubscriber::setResponseNotCacheable function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Add Cache-Control and Expires headers to a response which is not cacheable.
FinishResponseSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Constructs a FinishResponseSubscriber object.
FinishResponseSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\FinishResponseSubscriber
@group EventSubscriber
FinishResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::$cacheContextsManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock cache contexts manager.
FinishResponseSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock Kernel.
FinishResponseSubscriberTest::$languageManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock language manager.
FinishResponseSubscriberTest::$requestPolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock request policy.
FinishResponseSubscriberTest::$responsePolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock response policy.
FinishResponseSubscriberTest::$time property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock time service.
FinishResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::testDefaultHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should set some default header values.
FinishResponseSubscriberTest::testExistingHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should not overwrite existing header values.
HtmlOutputLogger::testRunnerFinished function core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php Prints the list of HTML output generated during the test.
install_finished function core/includes/install.core.inc Performs final installation steps and displays a 'finished' page.
install_finish_translations function core/includes/install.core.inc Finishes importing files at end of installation.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.