system_post_update_language_item_callback |
function |
core/modules/system/system.post_update.php |
Force cache clear for language item callback. |
system_post_update_layout_plugin_schema_change |
function |
core/modules/system/system.post_update.php |
Clear the schema cache. |
system_post_update_recalculate_configuration_entity_dependencies |
function |
core/modules/system/system.post_update.php |
Re-save all configuration entities to recalculate dependencies. |
system_post_update_states_clear_cache |
function |
core/modules/system/system.post_update.php |
Force cache clear to ensure aggregated JavaScript files are regenerated. |
system_post_update_timestamp_plugins |
function |
core/modules/system/system.post_update.php |
Force plugin definitions to be cleared. |
system_updater_info |
function |
core/modules/system/system.module |
Implements hook_updater_info(). |
system_update_8001 |
function |
core/modules/system/system.install |
Change two fields on the default menu link storage to be serialized data. |
system_update_8002 |
function |
core/modules/system/system.install |
Removes the system.filter configuration. |
system_update_8003 |
function |
core/modules/system/system.install |
Change the index on the {router} table. |
system_update_8004 |
function |
core/modules/system/system.install |
Add a (id, default_langcode, langcode) composite index to entities. |
system_update_8005 |
function |
core/modules/system/system.install |
Place local actions and tasks blocks in every theme. |
system_update_8006 |
function |
core/modules/system/system.install |
Place branding blocks in every theme. |
system_update_8007 |
function |
core/modules/system/system.install |
Set langcode fields to be ASCII-only. |
system_update_8008 |
function |
core/modules/system/system.install |
Purge field schema data for uninstalled entity types. |
system_update_8009 |
function |
core/modules/system/system.install |
Add allowed attributes to existing html filters. |
system_update_8010 |
function |
core/modules/system/system.install |
Place page title blocks in every theme. |
system_update_8011 |
function |
core/modules/system/system.install |
Add secondary local tasks block to Seven (fixes system_update_8005). |
system_update_8013 |
function |
core/modules/system/system.install |
Enable automated cron module and move the config into it. |
system_update_8014 |
function |
core/modules/system/system.install |
Install the Stable base theme if needed. |
system_update_8200 |
function |
core/modules/system/system.install |
Fix configuration overrides to not override non existing keys. |
system_update_8201 |
function |
core/modules/system/system.install |
Clear caches due to behavior change in DefaultPluginManager. |
system_update_8202 |
function |
core/modules/system/system.install |
Clear caches due to behavior change in MachineName element. |
system_update_8300 |
function |
core/modules/system/system.install |
Add detailed cron logging configuration. |
system_update_8301 |
function |
core/modules/system/system.install |
Add install profile to core.extension configuration. |
system_update_8400 |
function |
core/modules/system/system.install |
Move revision metadata fields to the revision table. |
system_update_8401 |
function |
core/modules/system/system.install |
Remove response.gzip (and response) from system module configuration. |
system_update_8402 |
function |
core/modules/system/system.install |
Add the 'revision_translation_affected' field to all entity types. |
system_update_8403 |
function |
core/modules/system/system.install |
Delete all cache_* tables. They are recreated on demand with the new schema. |
system_update_8501 |
function |
core/modules/system/system.install |
Add the 'revision_default' field to all relevant entity types. |
system_update_8601 |
function |
core/modules/system/system.install |
Fix missing install profile after updating to Drupal 8.6.9 with Drush 8. |
system_update_8701 |
function |
core/modules/system/system.install |
Remove the unused 'system.theme.data' from state. |
system_update_8702 |
function |
core/modules/system/system.install |
Add the 'revision_translation_affected' entity key. |
system_update_8801 |
function |
core/modules/system/system.install |
Remove 'path.temporary' config if redundant. |
system_update_8802 |
function |
core/modules/system/system.install |
Fix system.theme:admin when the default theme is used as the admin theme. |
system_update_8803 |
function |
core/modules/system/system.install |
Install the 'path_alias' entity type. |
system_update_8804 |
function |
core/modules/system/system.install |
Convert path aliases to entities. |
system_update_8805 |
function |
core/modules/system/system.install |
Change the provider of the 'path_alias' entity type and its base fields. |
system_update_8901 |
function |
core/modules/system/system.install |
Update the stored schema data for entity identifier fields. |
Table::validateTable |
function |
core/lib/Drupal/Core/Render/Element/Table.php |
#element_validate callback for #type 'table'. |
TableDisplayCacheMaxAgeTest::testViewsPostUpdateTableDisplayMaxCacheAge |
function |
core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php |
Tests the upgrade path for cache max age with table displays. |
Tasks::validateDatabaseSettings |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Validates driver specific configuration settings. |
taxonomy.post_update.php |
file |
core/modules/taxonomy/taxonomy.post_update.php |
Post update functions for Taxonomy. |
TaxonomyIndexTid::$validated_exposed_input |
property |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php |
|
TaxonomyIndexTid::validateExposed |
function |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php |
Validate the exposed handler form |
TaxonomyIndexTid::valueValidate |
function |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php |
Validate the options form. |
TaxonomyIndexTidFilterTest::testPostUpdateFunction |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php |
Tests post update function fixes dependencies. |
TaxonomyParentUpdateTest |
class |
core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php |
Ensure that the taxonomy updates are running as expected. |
TaxonomyParentUpdateTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php |
|
TaxonomyParentUpdateTest::$db |
property |
core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php |
The database connection. |
TaxonomyParentUpdateTest::setDatabaseDumpFiles |
function |
core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php |
Set database dump files to be used. |