File namesort descending Location Description
template.php core/themes/bartik/template.php Contains a theme's functions to manipulate or override the default markup.
template.php core/themes/seven/template.php Preprocess functions and theme function overrides for the Seven theme.
testing.info core/profiles/testing/testing.info name = Testing description = Minimal profile for running tests. Includes absolutely required modules only. version = BACKDROP_VERSION backdrop = 1.x type = profile hidden = TRUE dependencies[] = layout
testing.install core/profiles/testing/testing.install Install, update and uninstall functions for the testing profile.
testing.profile core/profiles/testing/testing.profile Installation profile for tests.
test_basetheme.info core/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info name = Theme test base theme description = Test theme which acts as a base theme for other test subthemes. version = BACKDROP_VERSION backdrop = 1.x type = theme hidden = TRUE settings[basetheme_only] = base theme value settings[subtheme_override] =…
test_cacheable.entity.inc core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc Test entity classes.
test_disable_cache.entity.inc core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc Test entity classes.
test_multibundle.entity.inc core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Test entity classes.
test_subtheme.info core/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info name = Theme test subtheme description = Test theme which uses test_basetheme as the base theme. version = BACKDROP_VERSION backdrop = 1.x type = theme base theme = test_basetheme hidden = TRUE settings[subtheme_override] = subtheme value
test_theme.info core/modules/simpletest/tests/themes/test_theme/test_theme.info name = Test theme description = Theme for testing the theme system version = BACKDROP_VERSION backdrop = 1.x type = theme hidden = TRUE ; Normally, themes may list CSS files like this, and if they exist in the theme ; folder, then they get added to…
test_theme_config.info core/modules/simpletest/tests/themes/test_theme_config/test_theme_config.info name = Test theme config description = Theme for testing the theme default configuration version = BACKDROP_VERSION backdrop = 1.x type = theme hidden = TRUE
text.info core/modules/field/modules/text/text.info type = module name = Text description = Defines simple text field types. package = Fields tags[] = Content version = BACKDROP_VERSION backdrop = 1.x dependencies[] = field required = TRUE
text.install core/modules/field/modules/text/text.install Install, update and uninstall functions for the text module.
text.module core/modules/field/modules/text/text.module Defines simple text field types.
text.test core/modules/field/modules/text/tests/text.test Tests for text.module.
text.tests.info core/modules/field/modules/text/tests/text.tests.info [TextFieldTestCase] name = Text field description = Test the creation of text fields. group = Field types file = text.test [TextSummaryTestCase] name = Text summary description = Test text_summary() with different strings and lengths. group = Field…
theme-settings.php core/modules/simpletest/tests/themes/test_theme_config/theme-settings.php Theme settings file for the test_theme_config theme.
theme-settings.php core/themes/basis/theme-settings.php Theme settings file for Basis.
theme-settings.php core/themes/bartik/theme-settings.php
theme-settings.php core/modules/simpletest/tests/themes/test_theme/theme-settings.php
theme.api.php core/modules/system/theme.api.php
theme.inc core/includes/theme.inc The theme system, which controls the output of Backdrop.
theme.maintenance.inc core/includes/theme.maintenance.inc Theme the maintenance pages.
theme.test core/modules/simpletest/tests/theme.test Tests for the theme API.
theme_test.info core/modules/simpletest/tests/theme_test.info name = "Theme test" description = "Support module for theme system testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
theme_test.module core/modules/simpletest/tests/theme_test.module
theme_test.template_test.tpl.php core/modules/simpletest/tests/theme_test.template_test.tpl.php
theme_test.template_test.tpl.php core/modules/simpletest/tests/themes/test_theme/theme_test.template_test.tpl.php
theme_test.theme.inc core/modules/simpletest/tests/theme_test.theme.inc Theme functions for the Theme Test module.
theming-example-text-form.tpl.php modules/examples/theming_example/theming-example-text-form.tpl.php Template file for the theming example text form.
theming_example.css modules/examples/theming_example/theming_example.css /* * style the list * for OL you can have * decimal | lower-roman | upper-roman | lower-alpha | upper-alpha * for UL you can have * disc | circle | square or an image eg url(x.png) * you can also have 'none' */ ol.theming-example-list…
theming_example.info modules/examples/theming_example/theming_example.info name = Theming Example description = An example module showing how to use theming. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
theming_example.module modules/examples/theming_example/theming_example.module Hook implementations for the Theming Example module.
theming_example.test modules/examples/theming_example/tests/theming_example.test Simpletest case for theming_example module.
theming_example.tests.info modules/examples/theming_example/tests/theming_example.tests.info [ThemingExampleTestCase] name = Theming example functionality description = Verify theming functionality. group = Example modules file = theming_example.test
three-three-four-column.css core/layouts/legacy/three_three_four_column/three-three-four-column.css CSS for the three-three-four layout.
three_three_four_column.info core/layouts/legacy/three_three_four_column/three_three_four_column.info name = 3/3/4 columns version = BACKDROP_VERSION type = layout backdrop = 1.x hidden = true ; Include file for special preprocessing of this layout's variables. file = three_three_four_column.php ; Specify regions for this…
three_three_four_column.php core/layouts/legacy/three_three_four_column/three_three_four_column.php PHP functions for the 3/3/4 column layout.
token.css core/modules/system/css/token.css /** * Styles for displaying the token tree and dialog. */ /* Normally we would use a mobile-first media query, but in this case we only apply max-width on smaller screens. Max-width/max-height settings interfere with jQuery UI dialog resizing,…
token.inc core/includes/token.inc Backdrop placeholder/token replacement system.
token.test core/modules/image/tests/token.test Tests for image.module.
token.test core/modules/simpletest/tests/token.test Test integration for the token module.
token_example.info modules/examples/token_example/token_example.info name = Token Example description = An example module showing how to define and use tokens. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
token_example.module modules/examples/token_example/token_example.module Hook implementations for the Token Example module.
token_example.test modules/examples/token_example/tests/token_example.test Test cases for Testing the token example module.
token_example.tests.info modules/examples/token_example/tests/token_example.tests.info [TokenExampleTestCase] name = Token example functionality description = Tests Token functionality. group = Example modules file = token_example.test
token_example.tokens.inc modules/examples/token_example/token_example.tokens.inc Token callbacks for the token_example module.
token_test.info core/modules/simpletest/tests/token_test.info name = Token Test description = Testing module for token functionality. package = Testing backdrop = 1.x version = BACKDROP_VERSION hidden = TRUE type = module
token_test.module core/modules/simpletest/tests/token_test.module Helper module for token tests.

Pages