Query::finish |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Finish the query by adding fields, GROUP BY and range. |
_batch_finished |
function |
drupal/core/includes/batch.inc |
Ends the batch processing. |
update_finished |
function |
drupal/core/includes/update.inc |
Finishes the update process and stores the results for eventual display. |
install_finished |
function |
drupal/core/includes/install.core.inc |
Performs final installation steps and displays a 'finished' page. |
hook_test_finished |
function |
drupal/core/modules/simpletest/simpletest.api.php |
An individual test has finished. |
QueryAggregate::finish |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Overrides \Drupal\field_sql_storage\Entity\Query::finish(). |
_batch_test_finished_0 |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc |
Triggers 'finished' callback for batch 0. |
_batch_test_finished_1 |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc |
Triggers 'finished' callback for batch 1. |
_batch_test_finished_2 |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc |
Triggers 'finished' callback for batch 2. |
_batch_test_finished_3 |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc |
Triggers 'finished' callback for batch 3. |
_batch_test_finished_4 |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc |
Triggers 'finished' callback for batch 4. |
_batch_test_finished_5 |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc |
Triggers 'finished' callback for batch 5. |
FinishResponseSubscriber |
class |
drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php |
Response subscriber to handle finished responses. |
hook_test_group_finished |
function |
drupal/core/modules/simpletest/simpletest.api.php |
A test group has finished. |
update_fetch_data_finished |
function |
drupal/core/modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
PoStreamReader::$_finished |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Indicator of whether the stream reading is finished. |
finish_response_subscriber |
service |
drupal/core/core.services.yml |
Drupal\Core\EventSubscriber\FinishResponseSubscriber |
_simpletest_batch_finished |
function |
drupal/core/modules/simpletest/simpletest.module |
|
_batch_test_finished_helper |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc |
Provides a common 'finished' callback for batches 1 to 4. |
FinishResponseSubscriber.php |
file |
drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php |
Definition of Drupal\Core\EventSubscriber\FinishResponseSubscriber. |
locale_config_batch_finished |
function |
drupal/core/modules/locale/locale.bulk.inc |
Finishes callback of system page locale import batch. |
locale_translate_batch_finished |
function |
drupal/core/modules/locale/locale.bulk.inc |
Finished callback of system page locale import batch. |
_node_mass_update_batch_finished |
function |
drupal/core/modules/node/node.admin.inc |
Reports the 'finished' status of batch operation for node_mass_update(). |
_install_profile_modules_finished |
function |
drupal/core/includes/install.core.inc |
'Finished' callback for module installation batch. |
FinishResponseSubscriber::onRespond |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php |
Sets extra headers on successful responses. |
_node_access_rebuild_batch_finished |
function |
drupal/core/modules/node/node.module |
Performs post-processing for node_access_rebuild(). |
FinishResponseSubscriber::__construct |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php |
Constructs a FinishResponseSubscriber object. |
update_authorize_update_batch_finished |
function |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Performs actions when the authorized update batch is done. |
update_manager_download_batch_finished |
function |
drupal/core/modules/update/update.manager.inc |
Batch callback: Performs actions when the download batch is completed. |
update_authorize_install_batch_finished |
function |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Performs actions when the authorized install batch is done. |
locale_translation_batch_fetch_finished |
function |
drupal/core/modules/locale/locale.batch.inc |
Batch finished callback: Set result message. |
locale_translation_batch_status_finished |
function |
drupal/core/modules/locale/locale.batch.inc |
Batch finished callback: Set result message. |
FinishResponseSubscriber::$languageManager |
property |
drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php |
The LanguageManager object for retrieving the correct language code. |
FinishResponseSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php |
Registers the methods in this class that should be listeners. |
BareMinimalUpgradePathTest::finishUpgradeSession |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php |
Asserts that the session was kept during update. Also, log out. |
BareMinimalAnonymousUpgradePathTest::finishUpgradeSession |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalAnonymousUpgradePathTest.php |
Overrides \Drupal\system\Tests\Upgrade\UpgradePathTestBase::assertSessionKept(). |