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.theme.css |
core/modules/system/css/system.theme.css |
Basic styling for common markup. |
system.theme.inc |
core/modules/system/system.theme.inc |
Theme functions for the System module. |
system.tokens.inc |
core/modules/system/system.tokens.inc |
Builds placeholder replacement tokens system-wide data. |
system.updater.inc |
core/modules/system/system.updater.inc |
Subclasses of the Updater class to update Backdrop core, modules, themes, and layouts. |
system.views.inc |
core/modules/system/views/system.views.inc |
Provide views data and handlers for system.module. |
system_config_test.inc |
core/modules/simpletest/tests/system_config_test.inc |
|
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_cron_test.module |
core/modules/system/tests/system_cron_test/system_cron_test.module |
Helper module for CronRunTestCase::testCronCacheExpiration(). |
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_dependencies_test.module |
core/modules/simpletest/tests/system_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_incompatible_core_version_dependencies_test.module |
core/modules/simpletest/tests/system_incompatible_core_version_dependencies_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_test.module |
core/modules/simpletest/tests/system_incompatible_core_version_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_module_version_dependencies_test.module |
core/modules/simpletest/tests/system_incompatible_module_version_dependencies_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_test.module |
core/modules/simpletest/tests/system_incompatible_module_version_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_project_namespace_test.module |
core/modules/simpletest/tests/system_project_namespace_test.module |
|
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_test.module |
core/modules/simpletest/tests/system_test.module |
Test module for system functions. |
tabledrag.css |
core/themes/basis/css/component/tabledrag.css |
Tabledrag styling. |
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_example.install |
modules/examples/tabledrag_example/tabledrag_example.install |
Install and uninstall functions for the tabledrag example module. |
tabledrag_example.module |
modules/examples/tabledrag_example/tabledrag_example.module |
Hook implementations for the Tabledrag Example module. |
tabledrag_example.test |
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Test file for tabledrag_example module. |
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_parent_form.inc |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Example demonstrating a parent/child tabledrag form |
tabledrag_example_simple_form.inc |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Example demonstrating a simple (i.e. 'sort' only) tabledrag form |
tablesort.class.inc |
core/includes/tablesort.class.inc |
Classes for extending table sort queries. |
tablesort.inc |
core/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
tablesort.test |
core/modules/simpletest/tests/tablesort.test |
Various tablesort tests. |
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_example.install |
modules/examples/tablesort_example/tablesort_example.install |
Install and uninstall functions for the tablesort example module. |
tablesort_example.module |
modules/examples/tablesort_example/tablesort_example.module |
Hook implementations for the Table Sort Example module. |
tablesort_example.test |
modules/examples/tablesort_example/tests/tablesort_example.test |
Simpletest case for tablesort_example module. |
tablesort_example.tests.info |
modules/examples/tablesort_example/tests/tablesort_example.tests.info |
[TableSortExampleTestCase]
name = Tablesort example functionality
description = Tests Tablesort functionality.
group = Example modules
file = tablesort_example.test |
taxonomy-term--1.tpl.php |
core/modules/simpletest/tests/themes/test_theme/templates/taxonomy-term--1.tpl.php |
|
taxonomy-term.tpl.php |
core/modules/taxonomy/templates/taxonomy-term.tpl.php |
Default theme implementation to display a term. |
taxonomy.admin.inc |
core/modules/taxonomy/taxonomy.admin.inc |
Admin page callbacks for the Taxonomy module. |
taxonomy.api.php |
core/modules/taxonomy/taxonomy.api.php |
Hooks provided by the Taxonomy module. |
taxonomy.css |
core/modules/taxonomy/css/taxonomy.css |
Styles for administration pages. |
taxonomy.entity.inc |
core/modules/taxonomy/taxonomy.entity.inc |
Entity classes and controllers for Taxonomy module. |
taxonomy.info |
core/modules/taxonomy/taxonomy.info |
name = Taxonomy
description = Enables the organization of content by category.
package = Categorization
tags[] = Taxonomy
tags[] = Structure
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = options
dependencies[] =… |
taxonomy.install |
core/modules/taxonomy/taxonomy.install |
Install, update and uninstall functions for the taxonomy module. |
taxonomy.module |
core/modules/taxonomy/taxonomy.module |
Enables the organization of content into categories. |
taxonomy.pages.inc |
core/modules/taxonomy/taxonomy.pages.inc |
Page callbacks for the taxonomy module. |
taxonomy.path.inc |
core/modules/taxonomy/taxonomy.path.inc |
Path integration. |