File namesort ascending Location Description
tablesort_example.info modules/examples/tablesort_example/tablesort_example.info name = Table Sort example description = Demonstrates how to create sortable output in a table. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
tablesort.test core/modules/simpletest/tests/tablesort.test Various tablesort tests.
tablesort.inc core/includes/tablesort.inc Functions to aid in the creation of sortable tables.
tablesort.class.inc core/includes/tablesort.class.inc Classes for extending table sort queries.
tabledrag_example_simple_form.inc modules/examples/tabledrag_example/tabledrag_example_simple_form.inc Example demonstrating a simple (i.e. 'sort' only) tabledrag form
tabledrag_example_parent_form.inc modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Example demonstrating a parent/child tabledrag form
tabledrag_example.tests.info modules/examples/tabledrag_example/tests/tabledrag_example.tests.info [TabledragExampleTestCase] name = Tabledrag example functionality description = Tests Tabledrag functionality. group = Example modules file = tabledrag_example.test
tabledrag_example.test modules/examples/tabledrag_example/tests/tabledrag_example.test Test file for tabledrag_example module.
tabledrag_example.module modules/examples/tabledrag_example/tabledrag_example.module Hook implementations for the Tabledrag Example module.
tabledrag_example.install modules/examples/tabledrag_example/tabledrag_example.install Install and uninstall functions for the tabledrag example module.
tabledrag_example.info modules/examples/tabledrag_example/tabledrag_example.info name = Tabledrag Example description = Demonstrates how to create tabledrag forms. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
tabledrag.css core/themes/basis/css/component/tabledrag.css Tabledrag styling.
system_test.module core/modules/simpletest/tests/system_test.module Test module for system functions.
system_test.info core/modules/simpletest/tests/system_test.info name = System test description = Support module for system testing. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
system_project_namespace_test.module core/modules/simpletest/tests/system_project_namespace_test.module
system_project_namespace_test.info core/modules/simpletest/tests/system_project_namespace_test.info type = module name = System project namespace test description = Support module for testing project namespace dependencies. package = Testing version = VERSION backdrop = 1.x hidden = TRUE dependencies[] = backdrop:filter
system_incompatible_module_version_test.module core/modules/simpletest/tests/system_incompatible_module_version_test.module
system_incompatible_module_version_test.info core/modules/simpletest/tests/system_incompatible_module_version_test.info name = "System incompatible module version test" description = "Support module for testing system dependencies." package = Testing version = 1.0 backdrop = 1.x hidden = TRUE type = module
system_incompatible_module_version_dependencies_test.module core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module
system_incompatible_module_version_dependencies_test.info core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info name = "System incompatible module version dependencies test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE ;…
system_incompatible_core_version_test.module core/modules/simpletest/tests/system_incompatible_core_version_test.module
system_incompatible_core_version_test.info core/modules/simpletest/tests/system_incompatible_core_version_test.info name = "System incompatible core version test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 0.x hidden = TRUE
system_incompatible_core_version_dependencies_test.module core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module
system_incompatible_core_version_dependencies_test.info core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info name = "System incompatible core version dependencies test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE dependencies[] =…
system_dependencies_test.module core/modules/simpletest/tests/system_dependencies_test.module
system_dependencies_test.info core/modules/simpletest/tests/system_dependencies_test.info name = "System dependency test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE dependencies[] = _missing_dependency
system_cron_test.module core/modules/system/tests/system_cron_test/system_cron_test.module Helper module for CronRunTestCase::testCronCacheExpiration().
system_cron_test.info core/modules/system/tests/system_cron_test/system_cron_test.info type = module name = System Cron Test description = Support module for testing the system_cron(). package = Testing version = VERSION backdrop = 1.x hidden = TRUE
system_config_test.inc core/modules/simpletest/tests/system_config_test.inc
system.views.inc core/modules/system/views/system.views.inc Provide views data and handlers for system.module.
system.updater.inc core/modules/system/system.updater.inc Subclasses of the Updater class to update Backdrop core, modules, themes, and layouts.
system.tokens.inc core/modules/system/system.tokens.inc Builds placeholder replacement tokens system-wide data.
system.theme.inc core/modules/system/system.theme.inc Theme functions for the System module.
system.theme.css core/modules/system/css/system.theme.css Basic styling for common markup.
system.tests.info core/modules/system/tests/system.tests.info [FilterResetTestCase] name = Filter modules and reset filter description = Filter the modules list, then reset the filter. group = Module file = system.test [EnableDisableTestCase] name = Enable/disable modules description = Enable/disable core…
system.test core/modules/system/tests/system.test Tests for system.module.
system.tar.inc core/modules/system/system.tar.inc
system.queue.inc core/modules/system/system.queue.inc Queue functionality.
system.pages.inc core/modules/system/system.pages.inc System module non-administrative page callbacks.
system.module core/modules/system/system.module Configuration system that lets administrators modify the workings of the site.
system.menu.inc core/modules/system/system.menu.inc Menu block configuration form and display.
system.maintenance.css core/modules/system/css/system.maintenance.css /** * Update styles */ .update-results { margin-top: 3em; padding: 0.25em; border: 1px solid #ccc; background: #eee; font-size: smaller; } .update-results h2 { margin-top: 0.25em; } .update-results h4 { margin-bottom:…
system.mail.inc core/modules/system/system.mail.inc Backdrop core implementations of MailSystemInterface.
system.install core/modules/system/system.install Install, update and uninstall functions for the system module.
system.info core/modules/system/system.info type = module name = System description = Handles general site configuration for administrators. package = System version = BACKDROP_VERSION backdrop = 1.x required = TRUE configure = admin/config/system
system.css core/modules/simpletest/tests/system.css /** * This file is for testing CSS file override in * CascadingStylesheetsTestCase::testRenderOverride(). * No contents are necessary. */
system.css core/modules/system/css/system.css Generic theme-independent base styles.
system.archiver.inc core/modules/system/system.archiver.inc Archiver implementations provided by the system module.
system.api.php core/modules/system/system.api.php Hooks provided by Backdrop core and the System module.
system.admin.inc core/modules/system/system.admin.inc Admin page callbacks for the System module.

Pages