Files - 7.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
README.txt sites/all/themes/README.txt Themes allow you to change the look and feel of your Drupal site. You can use themes contributed by others or create your own. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom themes in this directory…
README.txt sites/all/modules/README.txt Modules extend your site functionality beyond Drupal core. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom modules in this directory separates downloaded and custom modules from Drupal core's…
README.txt sites/all/libraries/README.txt This directory should be used to place downloaded and custom libraries (such as JavaScript libraries) which are used by contributed or custom modules.
README.txt profiles/README.txt Installation profiles define additional steps that run after the base installation provided by Drupal core when Drupal is first installed. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Place downloaded and custom installation…
README.txt profiles/standard/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
README.txt profiles/minimal/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
README.txt ./README.txt CONTENTS OF THIS FILE --------------------- * About Drupal * Configuration and features * Installation profiles * Appearance * Developing for Drupal ABOUT DRUPAL ------------ Drupal is an open source content management platform supporting a…
README.txt themes/README.txt This directory is reserved for core theme files. Custom or contributed themes should be placed in their own subdirectory of the sites/all/themes directory. For multisite installations, they can also be placed in a subdirectory…
README.txt themes/stark/README.txt ABOUT STARK ----------- The Stark theme is provided for demonstration purposes; it uses Drupal's default HTML markup and CSS styles. It can be used as a troubleshooting tool to determine whether module-related CSS and JavaScript are interfering…
README.txt modules/README.txt This directory is reserved for core module files. Custom or contributed modules should be placed in their own subdirectory of the sites/all/modules directory. For multisite installations, they can also be placed in a subdirectory…
README.txt modules/simpletest/files/README.txt These files are useful in tests that upload files or otherwise need to manipulate files, in which case they are copied to the files directory as specified in the site settings. Dummy files can also be generated by tests in order to save space.
region.tpl.php modules/system/region.tpl.php Default theme implementation to display a region.
registry.inc includes/registry.inc This file contains the code registry parser engine.
registry.test modules/simpletest/tests/registry.test
request-sanitizer.inc includes/request-sanitizer.inc Contains code for sanitizing user input from the request.
request_sanitizer.test modules/simpletest/tests/request_sanitizer.test Tests for the RequestSanitizer class.
requirements1_test.info modules/simpletest/tests/requirements1_test.info name = Requirements 1 Test description = "Tests that a module is not installed when it fails hook_requirements('install')." package = Testing version = VERSION core = 7.x hidden = TRUE
requirements1_test.install modules/simpletest/tests/requirements1_test.install
requirements1_test.module modules/simpletest/tests/requirements1_test.module Tests that a module is not installed when it fails hook_requirements('install').
requirements2_test.info modules/simpletest/tests/requirements2_test.info name = Requirements 2 Test description = "Tests that a module is not installed when the one it depends on fails hook_requirements('install)." dependencies[] = requirements1_test dependencies[] = comment package = Testing version =…
requirements2_test.module modules/simpletest/tests/requirements2_test.module Tests that a module is not installed when the one it depends on fails hook_requirements('install').
reset.css themes/seven/reset.css /** * Reset CSS styles. * * Based on Eric Meyer's "Reset CSS 1.0" tool from * http://meyerweb.com/eric/tools/css/reset …
Resolvable.php misc/typo3/phar-stream-wrapper/src/Resolvable.php TYPO3\PharStreamWrapper
robots.txt ./robots.txt # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save…
run-tests.sh scripts/run-tests.sh This script runs Drupal tests from command line.
schema.inc includes/database/sqlite/schema.inc Database schema code for SQLite databases.
schema.inc includes/database/mysql/schema.inc Database schema code for MySQL database servers.
schema.inc includes/database/schema.inc
schema.inc includes/database/pgsql/schema.inc Database schema code for PostgreSQL database servers.
schema.test modules/simpletest/tests/schema.test Tests for the Database Schema API.
search-block-form.tpl.php modules/search/search-block-form.tpl.php Displays the search form block.
search-result.tpl.php modules/search/search-result.tpl.php Default theme implementation for displaying a single search result.
search-results.tpl.php modules/search/search-results.tpl.php Default theme implementation for displaying search results.
search-rtl.css modules/search/search-rtl.css .search-advanced .criterion { float: right; margin-right: 0; margin-left: 2em; } .search-advanced .action { float: right; clear: right; } .search-results .search-snippet-info { padding-right: 1em; /* LTR */ }
search.admin.inc modules/search/search.admin.inc Admin page callbacks for the search module.
search.api.php modules/search/search.api.php Hooks provided by the Search module.
search.css modules/search/search.css .search-form { margin-bottom: 1em; } .search-form input { margin-top: 0; margin-bottom: 0; } .search-results { list-style: none; } .search-results p { margin-top: 0; } .search-results .title { font-size: 1.2em; } .search-results li { …
search.extender.inc modules/search/search.extender.inc Search query extender and helper functions.
search.info modules/search/search.info name = Search description = Enables site-wide keyword searching. package = Core version = VERSION core = 7.x files[] = search.extender.inc files[] = search.test configure = admin/config/search/settings stylesheets[all][] = search.css
search.install modules/search/search.install Install, update and uninstall functions for the search module.
search.module modules/search/search.module Enables site-wide keyword searching.
search.pages.inc modules/search/search.pages.inc User page callbacks for the search module.
search.test modules/search/search.test Tests for search.module.
search_embedded_form.info modules/search/tests/search_embedded_form.info name = "Search embedded form" description = "Support module for search module testing of embedded forms." package = Testing version = VERSION core = 7.x hidden = TRUE
search_embedded_form.module modules/search/tests/search_embedded_form.module Test module implementing a form that can be embedded in search results.
search_extra_type.info modules/search/tests/search_extra_type.info name = "Test search type" description = "Support module for search module testing." package = Testing version = VERSION core = 7.x hidden = TRUE
search_extra_type.module modules/search/tests/search_extra_type.module Dummy module implementing a search type for search module testing.
search_node_tags.info modules/search/tests/search_node_tags.info name = "Test search node tags" description = "Support module for Node search tags testing." package = Testing version = VERSION core = 7.x hidden = TRUE
search_node_tags.module modules/search/tests/search_node_tags.module Dummy module implementing a node search hooks for search module testing.
select.inc includes/database/select.inc

Other projects


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