Search for post

  1. Search 7.x for post
  2. Search 9.5.x for post
  3. Search 8.9.x for post
  4. Search 10.3.x for post
  5. Other projects
Title Object type File name Summary
UpdatePostUpdateExceptionTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php Tests hook_post_update() when there is an exception in a post update.
UpdatePostUpdateExceptionTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php
UpdatePostUpdateExceptionTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php
UpdatePostUpdateExceptionTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php
UpdatePostUpdateExceptionTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php
UpdatePostUpdateExceptionTest::testPostUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php Tests hook_post_update_NAME().
UpdatePostUpdateFailingTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php Tests hook_post_update() when there are failing update hooks.
UpdatePostUpdateFailingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
UpdatePostUpdateFailingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
UpdatePostUpdateFailingTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
UpdatePostUpdateFailingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
UpdatePostUpdateFailingTest::testPostUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php Tests hook_post_update_NAME().
UpdatePostUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php Tests hook_post_update().
UpdatePostUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
UpdatePostUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
UpdatePostUpdateTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
UpdatePostUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
UpdatePostUpdateTest::testPostUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php Tests hook_post_update_NAME().
Updater::postInstall function core/lib/Drupal/Core/Updater/Updater.php Performs actions after installation.
Updater::postInstallTasks function core/lib/Drupal/Core/Updater/Updater.php Returns an array of links to pages that should be visited post operation.
Updater::postUpdate function core/lib/Drupal/Core/Updater/Updater.php Performs actions after new code is updated.
Updater::postUpdateTasks function core/lib/Drupal/Core/Updater/Updater.php Returns an array of links to pages that should be visited post operation.
UpdateRegistry::getRemovedPostUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets removed hook_post_update_NAME() implementations for an extension.
UpdateRemovedPostUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php Tests hook_removed_post_updates().
UpdateRemovedPostUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
UpdateRemovedPostUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
UpdateRemovedPostUpdateTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php An user that can execute updates.
UpdateRemovedPostUpdateTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php An user that can execute updates.
UpdateRemovedPostUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
UpdateRemovedPostUpdateTest::testRemovedPostUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php Tests hook_post_update_NAME().
UpdaterInterface::postInstall function core/lib/Drupal/Core/Updater/UpdaterInterface.php Actions to run after an install has occurred.
UpdaterInterface::postUpdate function core/lib/Drupal/Core/Updater/UpdaterInterface.php Actions to run after an update has occurred.
update_invoke_post_update function core/includes/update.inc Executes a single hook_post_update_NAME().
update_remove_post_updates function core/modules/update/update.post_update.php Implements hook_removed_post_updates().
update_test_failing.post_update.php file core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php
update_test_failing_post_update_first function core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php First update, should not be run since this module's update hooks fail.
update_test_postupdate.info.yml file core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml
update_test_postupdate.install file core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
update_test_postupdate.post_update.php file core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
update_test_postupdate_post_update_first function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php First update.
update_test_postupdate_post_update_second function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Second update.
update_test_postupdate_post_update_test0 function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Test0 update.
update_test_postupdate_post_update_test1 function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Test1 update.
update_test_postupdate_post_update_test_batch function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Testing batch processing in post updates update.
update_test_postupdate_removed_post_updates function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Implements hook_removed_post_updates().
update_test_postupdate_update_8001 function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install Normal update_N() function.
user.post_update.php file core/modules/user/user.post_update.php Post update functions for User module.
User::postDelete function core/modules/user/src/Entity/User.php
User::postSave function core/modules/user/src/Entity/User.php
UserLanguageTestController::buildPostResponse function core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php Builds the response.

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