Files - 7.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
taxonomy.api.php modules/taxonomy/taxonomy.api.php Hooks provided by the Taxonomy module.
taxonomy.css modules/taxonomy/taxonomy.css tr.taxonomy-term-preview { background-color: #EEE; } tr.taxonomy-term-divider-top { border-bottom: none; } tr.taxonomy-term-divider-bottom { border-top: 1px dotted #CCC; } .taxonomy-term-description { margin: 5px 0 20px; }
taxonomy.info modules/taxonomy/taxonomy.info name = Taxonomy description = Enables the categorization of content. package = Core version = VERSION core = 7.x dependencies[] = options files[] = taxonomy.module files[] = taxonomy.test configure = admin/structure/taxonomy
taxonomy.install modules/taxonomy/taxonomy.install Install, update and uninstall functions for the taxonomy module.
taxonomy.module modules/taxonomy/taxonomy.module Enables the organization of content into categories.
taxonomy.pages.inc modules/taxonomy/taxonomy.pages.inc Page callbacks for the taxonomy module.
taxonomy.test modules/taxonomy/taxonomy.test Tests for taxonomy.module.
taxonomy.tokens.inc modules/taxonomy/taxonomy.tokens.inc Builds placeholder replacement tokens for taxonomy terms and vocabularies.
taxonomy_nodes_test.info modules/simpletest/tests/taxonomy_nodes_test.info name = "Taxonomy module node list tests" description = "Support module for taxonomy node list related testing." package = Testing version = VERSION core = 7.x hidden = TRUE
taxonomy_nodes_test.module modules/simpletest/tests/taxonomy_nodes_test.module Dummy module implementing hook_query_TAG_alter.
taxonomy_test.info modules/simpletest/tests/taxonomy_test.info name = "Taxonomy test module" description = "Tests functions and hooks not used in core". package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] = taxonomy
taxonomy_test.install modules/simpletest/tests/taxonomy_test.install Install, update and uninstall functions for the taxonomy_test module.
taxonomy_test.module modules/simpletest/tests/taxonomy_test.module Test module for Taxonomy hooks and functions not used in core.
template.php themes/seven/template.php
template.php themes/garland/template.php
template.php themes/bartik/template.php
template.php modules/simpletest/tests/themes/test_theme/template.php
testing.info profiles/testing/testing.info name = Testing description = Minimal profile for running tests. Includes absolutely required modules only. version = VERSION core = 7.x hidden = TRUE
testing.install profiles/testing/testing.install Install, update and uninstall functions for the testing profile.
testing.profile profiles/testing/testing.profile Installation profile for tests.
test_basetheme.info 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. core = 7.x hidden = TRUE settings[basetheme_only] = base theme value settings[subtheme_override] = base theme value
test_subtheme.info modules/simpletest/tests/themes/test_subtheme/test_subtheme.info name = Theme test subtheme description = Test theme which uses test_basetheme as the base theme. core = 7.x base theme = test_basetheme hidden = TRUE settings[subtheme_override] = subtheme value
test_theme.info modules/simpletest/tests/themes/test_theme/test_theme.info name = Test theme description = Theme for testing the theme system core = 7.x hidden = TRUE ; Normally, themes may list CSS files like this, and if they exist in the theme ; folder, then they get added to the page. If they have the same file name as…
test_theme_nyan_cat.info modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info name = Nyan cat engine based test theme description = Theme for testing the module-provided theme engines. core = 7.x hidden = TRUE engine = nyan_cat
text.info modules/field/modules/text/text.info name = Text description = Defines simple text field types. package = Core version = VERSION core = 7.x dependencies[] = field files[] = text.test required = TRUE
text.install modules/field/modules/text/text.install Install, update and uninstall functions for the text module.
text.module modules/field/modules/text/text.module Defines simple text field types.
text.test modules/field/modules/text/text.test Tests for text.module.
theme-settings.php themes/garland/theme-settings.php Theme setting callbacks for the garland theme.
theme-settings.php modules/simpletest/tests/themes/test_theme/theme-settings.php Theme setting callbacks for the test_theme theme.
theme.api.php modules/system/theme.api.php
theme.inc includes/theme.inc The theme system, which controls the output of Drupal.
theme.maintenance.inc includes/theme.maintenance.inc Theming for maintenance pages.
theme.test modules/simpletest/tests/theme.test Tests for the theme API.
theme_test.inc modules/simpletest/tests/theme_test.inc
theme_test.info modules/simpletest/tests/theme_test.info name = "Theme test" description = "Support module for theme system testing." package = Testing version = VERSION core = 7.x hidden = TRUE
theme_test.module modules/simpletest/tests/theme_test.module
theme_test.template_test.tpl.php modules/simpletest/tests/theme_test.template_test.tpl.php
theme_test_template_test.nyan-cat.html modules/simpletest/tests/themes/test_theme_nyan_cat/templates/theme_test_template_test.nyan-cat.html
token.inc includes/token.inc Drupal placeholder/token replacement system.
toolbar-print.css modules/toolbar/toolbar-print.css /** * Hide the toolbar when printing. */ #toolbar { display: none; }
toolbar-rtl.css modules/toolbar/toolbar-rtl.css #toolbar, #toolbar * { text-align: right; } #toolbar ul li { float: right; } #toolbar ul li a { display: inline-block; float: none; zoom: 1; } #toolbar div.toolbar-menu { padding: 5px 50px 5px 50px; } #toolbar-user { float:…
toolbar.css modules/toolbar/toolbar.css body.toolbar { padding-top: 2.2em; } body.toolbar-drawer { padding-top: 5.3em; } /** * Aggressive resets so we can achieve a consistent look in hostile CSS * environments. */ #toolbar, #toolbar * { border: 0; font-size: 100%; …
toolbar.info modules/toolbar/toolbar.info name = Toolbar description = Provides a toolbar that shows the top-level administration menu items and links from other modules. core = 7.x package = Core version = VERSION files[] = toolbar.test
toolbar.module modules/toolbar/toolbar.module Administration toolbar for quick access to top level administration items.
toolbar.test modules/toolbar/toolbar.test
toolbar.tpl.php modules/toolbar/toolbar.tpl.php Default template for admin toolbar.
tracker.css modules/tracker/tracker.css .page-tracker td.replies { text-align: center; } .page-tracker table { width: 100%; }
tracker.info modules/tracker/tracker.info name = Tracker description = Enables tracking of recent content for users. dependencies[] = comment package = Core version = VERSION core = 7.x files[] = tracker.test
tracker.install modules/tracker/tracker.install Install, update, and uninstall functions for tracker.module.

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.