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_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. |
TableSort::getSort |
core/includes/tablesort.class.inc |
Determine the current sort direction. |
TableSort::init |
core/includes/tablesort.class.inc |
Initialize the table sort context. |
TableSort::order |
core/includes/tablesort.class.inc |
Determine the current sort criterion. |
TableSort::orderByHeader |
core/includes/tablesort.class.inc |
Order the query based on a header array. |
TableSort::__construct |
core/includes/tablesort.class.inc |
Creates a SelectQueryExtender object. |
TableSortExampleTestCase::setUp |
modules/examples/tablesort_example/tests/tablesort_example.test |
Sets up a Backdrop site for running functional and integration tests. |
TableSortExampleTestCase::testTableSortPage |
modules/examples/tablesort_example/tests/tablesort_example.test |
Verify the functionality of the example module. |
TableSortTest::setUp |
core/modules/simpletest/tests/tablesort.test |
Sets up unit test environment. |
TableSortTest::tearDown |
core/modules/simpletest/tests/tablesort.test |
Clean up any database tables, configuration, or files after each test run. |
TableSortTest::testTableSortInit |
core/modules/simpletest/tests/tablesort.test |
Test tablesort_init(). |
tablesort_cell |
core/includes/tablesort.inc |
Formats a table cell. |
tablesort_example_install |
modules/examples/tablesort_example/tablesort_example.install |
Implements hook_install(). |
tablesort_example_menu |
modules/examples/tablesort_example/tablesort_example.module |
Implements hook_menu(). |
tablesort_example_page |
modules/examples/tablesort_example/tablesort_example.module |
Builds the table render array. |
tablesort_example_schema |
modules/examples/tablesort_example/tablesort_example.install |
Implements hook_schema(). |
tablesort_get_order |
core/includes/tablesort.inc |
Determines the current sort criterion. |