system_post_update_remove_rss_cdata_subscriber |
function |
core/modules/system/system.post_update.php |
Rebuild the container to fix HTML in RSS feeds. |
system_post_update_sdc_uninstall |
function |
core/modules/system/system.post_update.php |
Uninstall the sdc module if installed. |
system_removed_post_updates |
function |
core/modules/system/system.post_update.php |
Implements hook_removed_post_updates(). |
system_update_11001 |
function |
core/modules/system/system.install |
Update length of menu_tree fields url and route_param_key from 255 to 2048. |
system_update_11100 |
function |
core/modules/system/system.install |
Invalidate container because the module handler has changed. |
system_update_11102 |
function |
core/modules/system/system.install |
Equivalent update to 10400. |
system_update_11200 |
function |
core/modules/system/system.install |
Add a [time] column to the {simpletest} table, if existing. |
system_update_11201 |
function |
core/modules/system/system.install |
Add the [alias] field to the {router} table. |
system_update_last_removed |
function |
core/modules/system/system.install |
Implements hook_update_last_removed(). |
taxonomy.post_update.php |
file |
core/modules/taxonomy/taxonomy.post_update.php |
Post update functions for Taxonomy. |
TaxonomyHooks::nodeUpdate |
function |
core/modules/taxonomy/src/Hook/TaxonomyHooks.php |
Implements hook_ENTITY_TYPE_update() for node entities. |
taxonomy_removed_post_updates |
function |
core/modules/taxonomy/taxonomy.post_update.php |
Implements hook_removed_post_updates(). |
taxonomy_update_last_removed |
function |
core/modules/taxonomy/taxonomy.install |
Implements hook_update_last_removed(). |
template_preprocess_locale_translation_update_info |
function |
core/modules/locale/locale.pages.inc |
Prepares variables for translation status information templates. |
template_preprocess_update_fetch_error_message |
function |
core/modules/update/update.report.inc |
Prepares variables for update fetch error message templates. |
template_preprocess_update_last_check |
function |
core/modules/update/update.module |
Prepares variables for last time update data was checked templates. |
template_preprocess_update_project_status |
function |
core/modules/update/update.report.inc |
Prepares variables for update project status templates. |
template_preprocess_update_report |
function |
core/modules/update/update.report.inc |
Prepares variables for project status report templates. |
template_preprocess_update_version |
function |
core/modules/update/update.report.inc |
Prepares variables for update version templates. |
TestingProfileInstallTest::testUpdateModuleInstall |
function |
core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php |
Ensure the Update Status module is installed. |
TestSandboxDatabaseUpdatesValidator |
class |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
Allows tests to dictate which extensions have staged database updates. |
TestSandboxDatabaseUpdatesValidator.php |
file |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
|
TestSandboxDatabaseUpdatesValidator::$state |
property |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
The state service. |
TestSandboxDatabaseUpdatesValidator::hasStagedUpdates |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
|
TestSandboxDatabaseUpdatesValidator::setExtensionsWithUpdates |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
Sets the names of the extensions which should have staged database updates. |
TestSandboxDatabaseUpdatesValidator::setState |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestSandboxDatabaseUpdatesValidator.php |
Sets the state service dependency. |
TestSessionHandlerProxy::updateTimestamp |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
|
test_theme_depending_on_modules.post_update.php |
file |
core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php |
|
test_theme_updates.info.yml |
file |
core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml |
core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml |
test_theme_updates.post_update.php |
file |
core/modules/system/tests/themes/test_theme_updates/test_theme_updates.post_update.php |
|
test_theme_updates_post_update_test |
function |
core/modules/system/tests/themes/test_theme_updates/test_theme_updates.post_update.php |
Tests post updates for themes. |
text.post_update.php |
file |
core/modules/text/text.post_update.php |
Contains post update hooks for the text module. |
TextWithSummaryItemTest::testCrudAndUpdate |
function |
core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php |
Tests processed properties. |
text_removed_post_updates |
function |
core/modules/text/text.post_update.php |
Implements hook_removed_post_updates(). |
theme.negotiator.system.db_update |
service |
core/modules/system/system.services.yml |
Drupal\system\Theme\DbUpdateNegotiator |
Theme::canUpdate |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Determines whether this class can update the specified project. |
Theme::canUpdateDirectory |
function |
core/lib/Drupal/Core/Updater/Theme.php |
Determines if the Updater can handle the project provided in $directory. |
ThemeRegistry::updateCache |
function |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Writes a value to the persistent cache immediately. |
ThemeTest::testThemeUpdateManagement |
function |
core/modules/system/tests/src/Kernel/Theme/ThemeTest.php |
Tests the update registry is correct during theme install and uninstall. |
ThemeTest::testThemeUpdateManagementRemovedPostUpdates |
function |
core/modules/system/tests/src/Kernel/Theme/ThemeTest.php |
Tests the update registry is correct during theme install and uninstall. |
ThemeUpdateTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Tests low-level theme functions. |
ThemeUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
|
ThemeUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
The theme to install as the default for testing. |
ThemeUpdateTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Tests the selection page. |
ThemeUpdateTest::testThemeUpdates |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Ensures preprocess functions run even for suggestion implementations. |
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear |
function |
core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php |
Tests toolbar cache tags implementation. |
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates |
function |
core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php |
Tests cache invalidation when one user modifies another user. |
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear |
function |
core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php |
Tests Toolbar's responses to user data updates. |
tour_tour_update |
function |
core/modules/tour/tour.module |
Implements hook_ENTITY_TYPE_update() for tour entities. |
tracker_comment_update |
function |
core/modules/tracker/tracker.module |
Implements hook_ENTITY_TYPE_update() for comment entities. |