system_update_1078 |
core/modules/system/system.install |
Re-arrange flexible layout configuration so we can save region classes. |
system_update_1079 |
core/modules/system/system.install |
Clear the cache to reset allowlist settings. |
system_update_1080 |
core/modules/system/system.install |
Set homepage to 'user' if blank to match previous behavior. |
system_update_1081 |
core/modules/system/system.install |
Enable Admin Menu's Page Links component. |
system_update_1082 |
core/modules/system/system.install |
Previous check for Entity Reference module. |
system_update_1083 |
core/modules/system/system.install |
Set the default value for "file_additional_public_schemes" setting. |
system_update_1084 |
core/modules/system/system.install |
Notify if a non-core version of Entity Reference module is present. |
system_update_1085 |
core/modules/system/system.install |
Remove superfluous test files if they are present. |
system_update_1086 |
core/modules/system/system.install |
Preserve 4-byte UTF-8 database update value if set. |
system_update_1087 |
core/modules/system/system.install |
Set the message length for the database log. |
system_update_1088 |
core/modules/system/system.install |
Set the file schemes whose paths should not be normalized. |
system_update_1089 |
core/modules/system/system.install |
Enable Admin Bar's Language Switcher component if this is a multilingual
site. |
system_update_1090 |
core/modules/system/system.install |
Set a default value for the new user_editor_role setting on existing sites. |
system_update_1091 |
core/modules/system/system.install |
Set jQuery to the backwards-compatible, legacy version for existing sites. |
system_update_1092 |
core/modules/system/system.install |
Removes the block_interest_cohort configuration added by
system_update_1075(). |
system_update_1093 |
core/modules/system/system.install |
Set defaults for date_views if not already set. |
system_update_1094 |
core/modules/system/system.install |
Enable static caching of the "system.date" configuration file. |
system_update_1095 |
core/modules/system/system.install |
Set default values for flags for stripping sensitive headers on HTTP
downgrade or host change. |
system_update_1096 |
core/modules/system/system.install |
Fix icon display for customized system menu items. |
system_update_1097 |
core/modules/system/system.install |
Set local_action_position in Admin Bar. |
system_update_1098 |
core/modules/system/system.install |
Uninstall the fast_token_browser contrib module, now part of core. |
system_update_1099 |
core/modules/system/system.install |
Set the 'initial version' based on the system install time. |
system_update_1100 |
core/modules/system/system.install |
Set the default Basis settings for CSS updates. |
system_update_1101 |
core/modules/system/system.install |
Create the default backup settings configuration. |
system_update_1102 |
core/modules/system/system.install |
Set the "Log in", "Reset password", and "Create new account" pages to use
tabs for switching between these pages. |
system_update_1103 |
core/modules/system/system.install |
Create system.extensions config and populate with enabled modules and themes. |
system_update_files_database |
core/modules/system/system.module |
Updates the records in the system table based on the files array. |
system_update_last_removed |
core/modules/system/system.install |
Implements hook_update_last_removed(). |
system_urls_settings |
core/modules/system/system.admin.inc |
Form builder; Configure clean URL settings. |
system_user_login |
core/modules/system/system.module |
Implements hook_user_login(). |
system_user_presave |
core/modules/system/system.module |
Implements hook_user_presave(). |
system_user_timezone |
core/modules/system/system.module |
Add the time zone field to the user edit and register forms. |
system_utf8mb4_convert_form |
core/modules/system/system.admin.inc |
Form to convert existing database tables to utf8mb4 if supported. |
system_utf8mb4_convert_form_submit |
core/modules/system/system.admin.inc |
Form submit function; convert existing database tables to utf8mb4. |
system_views_api |
core/modules/system/system.module |
Implements hook_views_api(). |
system_views_data |
core/modules/system/views/system.views.inc |
Implements hook_views_data(). |
t |
core/includes/bootstrap.inc |
Translates a string to the current language or to a given language. |
TabledragExampleTestCase::setUp |
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Sets up a Backdrop site for running functional and integration tests. |
TabledragExampleTestCase::testTabledragExampleMenus |
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Tests the menu paths defined in tabledrag_example module. |
tabledrag_example_get_tree |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Recursively adds to the $itemtree array, ordered by parent/child/weight. |
tabledrag_example_install |
modules/examples/tabledrag_example/tabledrag_example.install |
Implements hook_install(). |
tabledrag_example_menu |
modules/examples/tabledrag_example/tabledrag_example.module |
Implements hook_menu(). |
tabledrag_example_parent_form |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Build the parent-child example form. |
tabledrag_example_parent_form_submit |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Submit callback for the tabledrag_example_parent_form form. |
tabledrag_example_parent_get_data |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Retrieves the tree structure from database, and sorts by parent/child/weight. |
tabledrag_example_schema |
modules/examples/tabledrag_example/tabledrag_example.install |
Implements hook_schema(). |
tabledrag_example_simple_form |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Build the tabledrag_simple_example_form form. |
tabledrag_example_simple_form_submit |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Submit callback for the tabledrag_example_simple_form form. |
tabledrag_example_theme |
modules/examples/tabledrag_example/tabledrag_example.module |
Implements hook_theme(). |
TableSort::getQueryParameters |
core/includes/tablesort.class.inc |
Compose a URL query parameter array to append to table sorting requests. |