| FilterDateTest::updateNodesDateFieldsValues |
function |
core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php |
Updates tests nodes date fields values. |
| FilterDefaultConfigTest::testUpdateRoles |
function |
core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php |
Tests that changes to FilterFormat::$roles do not have an effect. |
| FilterTestHooks::filterFormatUpdate |
function |
core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| filter_removed_post_updates |
function |
core/modules/filter/filter.post_update.php |
Implements hook_removed_post_updates(). |
| FixtureManipulator::updateLock |
function |
core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php |
|
| FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response with update command. |
| FormatPluralUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
Tests the upgrade path for converting format_plural from integer to boolean. |
| FormatPluralUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
|
| FormatPluralUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
Set database dump files to be used. |
| FormatPluralUpdateTest::testViewsFieldFormatPluralConversion |
function |
core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php |
Tests that fields with the format_plural option are updated properly. |
| help.post_update.php |
file |
core/modules/help/help.post_update.php |
Post update functions for the Help module. |
| HelpSearch::updateIndex |
function |
core/modules/help/src/Plugin/Search/HelpSearch.php |
Updates the search index for this plugin. |
| HelpSearch::updateIndexState |
function |
core/modules/help/src/Plugin/Search/HelpSearch.php |
Updates the 'help_search_unindexed_count' state variable. |
| HelpSearch::updateTopicList |
function |
core/modules/help/src/Plugin/Search/HelpSearch.php |
Rebuilds the database table containing topics to be indexed. |
| help_removed_post_updates |
function |
core/modules/help/help.post_update.php |
Implements hook_removed_post_updates(). |
| help_update_last_removed |
function |
core/modules/help/help.install |
Implements hook_update_last_removed(). |
| HighWaterTest::testHighWaterUpdate |
function |
core/modules/migrate/tests/src/Kernel/HighWaterTest.php |
Tests high water property of SqlBase when rows marked for update. |
| history_update_last_removed |
function |
core/modules/history/history.install |
Implements hook_update_last_removed(). |
| hook_ENTITY_TYPE_update |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to updates to an entity of a particular type. |
| hook_entity_update |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to updates to an entity. |
| hook_field_storage_config_update_forbid |
function |
core/modules/field/field.api.php |
Forbid a field storage update from occurring. |
| hook_node_update_index |
function |
core/modules/node/node.api.php |
Act on a node being indexed for searching. |
| hook_post_update_NAME |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Executes an update which is intended to update data, like entities. |
| hook_removed_post_updates |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of removed hook_post_update_NAME() function names. |
| hook_updater_info |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Provide information on Updaters (classes that can update Drupal). |
| hook_updater_info_alter |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Alter the Updater information array. |
| hook_update_dependencies |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of information about module update dependencies. |
| hook_update_last_removed |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return a number which is no longer available as hook_update_N(). |
| hook_update_N |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Perform a single update between minor versions. |
| hook_update_projects_alter |
function |
core/modules/update/update.api.php |
Alter the list of projects before fetching data and comparing versions. |
| hook_update_requirements |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Check requirements before running database updates. |
| hook_update_requirements_alter |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Alters update requirements data. |
| hook_update_status_alter |
function |
core/modules/update/update.api.php |
Alter the information about available updates for projects. |
| hook_verify_update_archive |
function |
core/modules/update/update.api.php |
Verify an archive after it has been downloaded and extracted. |
| image.post_update.php |
file |
core/modules/image/image.post_update.php |
Post-update functions for Image. |
| ImageHooks::fieldConfigUpdate |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| ImageHooks::fieldStorageConfigUpdate |
function |
core/modules/image/src/Hook/ImageHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| ImageStyleEditForm::updateEffectWeights |
function |
core/modules/image/src/Form/ImageStyleEditForm.php |
Updates image effect weights. |
| image_removed_post_updates |
function |
core/modules/image/image.post_update.php |
Implements hook_removed_post_updates(). |
| image_update_last_removed |
function |
core/modules/image/image.install |
Implements hook_update_last_removed(). |
| ImportableEntityStorageInterface::importUpdate |
function |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Updates entities upon synchronizing configuration changes. |
| InaccessibleMenuLink::updateLink |
function |
core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php |
Updates the definition values for a menu link. |
| InstallTest::testUninstallPostUpdateFunctions |
function |
core/modules/system/tests/src/Kernel/Module/InstallTest.php |
Ensures that post update functions are removed on uninstallation. |
| InvalidUpdateHookTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Tests that hook_update_8000() is disallowed. |
| InvalidUpdateHookTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
|
| InvalidUpdateHookTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
The theme to install as the default for testing. |
| InvalidUpdateHookTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
Modules to install. |
| InvalidUpdateHookTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
URL for the upgrade script. |
| InvalidUpdateHookTest::$updateUser |
property |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
A user account with upgrade permission. |
| InvalidUpdateHookTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php |
|