Files - 7.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
taxonomy.api.php | modules/ |
Hooks provided by the Taxonomy module. | ||
taxonomy.css | modules/ |
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/ |
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/ |
Install, update and uninstall functions for the taxonomy module. | ||
taxonomy.module | modules/ |
Enables the organization of content into categories. | ||
taxonomy.pages.inc | modules/ |
Page callbacks for the taxonomy module. | ||
taxonomy.test | modules/ |
Tests for taxonomy.module. | ||
taxonomy.tokens.inc | modules/ |
Builds placeholder replacement tokens for taxonomy terms and vocabularies. | ||
taxonomy_nodes_test.info | modules/ |
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/ |
Dummy module implementing hook_query_TAG_alter. | ||
taxonomy_test.info | modules/ |
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/ |
Install, update and uninstall functions for the taxonomy_test module. | ||
taxonomy_test.module | modules/ |
Test module for Taxonomy hooks and functions not used in core. | ||
template.php | themes/ |
|||
template.php | themes/ |
|||
template.php | themes/ |
|||
template.php | modules/ |
|||
testing.info | profiles/ |
name = Testing description = Minimal profile for running tests. Includes absolutely required modules only. version = VERSION core = 7.x hidden = TRUE | ||
testing.install | profiles/ |
Install, update and uninstall functions for the testing profile. | ||
testing.profile | profiles/ |
Installation profile for tests. | ||
test_basetheme.info | modules/ |
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/ |
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/ |
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/ |
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/ |
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/ |
Install, update and uninstall functions for the text module. | ||
text.module | modules/ |
Defines simple text field types. | ||
text.test | modules/ |
Tests for text.module. | ||
theme-settings.php | themes/ |
Theme setting callbacks for the garland theme. | ||
theme-settings.php | modules/ |
Theme setting callbacks for the test_theme theme. | ||
theme.api.php | modules/ |
|||
theme.inc | includes/ |
The theme system, which controls the output of Drupal. | ||
theme.maintenance.inc | includes/ |
Theming for maintenance pages. | ||
theme.test | modules/ |
Tests for the theme API. | ||
theme_test.inc | modules/ |
|||
theme_test.info | modules/ |
name = "Theme test" description = "Support module for theme system testing." package = Testing version = VERSION core = 7.x hidden = TRUE | ||
theme_test.module | modules/ |
|||
theme_test.template_test.tpl.php | modules/ |
|||
theme_test_template_test.nyan-cat.html | modules/ |
|||
token.inc | includes/ |
Drupal placeholder/token replacement system. | ||
toolbar-print.css | modules/ |
/** * Hide the toolbar when printing. */ #toolbar { display: none; } | ||
toolbar-rtl.css | modules/ |
#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/ |
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/ |
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/ |
Administration toolbar for quick access to top level administration items. | ||
toolbar.test | modules/ |
|||
toolbar.tpl.php | modules/ |
Default template for admin toolbar. | ||
tracker.css | modules/ |
.page-tracker td.replies { text-align: center; } .page-tracker table { width: 100%; } | ||
tracker.info | modules/ |
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/ |
Install, update, and uninstall functions for tracker.module. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.