Files - 7.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
README.txt | sites/ |
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/ |
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/ |
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/ |
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/ |
This directory should be used to place downloaded translations for installing Drupal core. | ||
README.txt | profiles/ |
This directory should be used to place downloaded translations for installing Drupal core. | ||
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/ |
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/ |
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/ |
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/ |
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/ |
Default theme implementation to display a region. | ||
registry.inc | includes/ |
This file contains the code registry parser engine. | ||
registry.test | modules/ |
|||
request-sanitizer.inc | includes/ |
Contains code for sanitizing user input from the request. | ||
request_sanitizer.test | modules/ |
Tests for the RequestSanitizer class. | ||
requirements1_test.info | modules/ |
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/ |
|||
requirements1_test.module | modules/ |
Tests that a module is not installed when it fails hook_requirements('install'). | ||
requirements2_test.info | modules/ |
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/ |
Tests that a module is not installed when the one it depends on fails hook_requirements('install'). | ||
reset.css | themes/ |
/** * 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\PharStreamWrapper | ||
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/ |
This script runs Drupal tests from command line. | ||
schema.inc | includes/ |
Database schema code for SQLite databases. | ||
schema.inc | includes/ |
Database schema code for MySQL database servers. | ||
schema.inc | includes/ |
|||
schema.inc | includes/ |
Database schema code for PostgreSQL database servers. | ||
schema.test | modules/ |
Tests for the Database Schema API. | ||
search-block-form.tpl.php | modules/ |
Displays the search form block. | ||
search-result.tpl.php | modules/ |
Default theme implementation for displaying a single search result. | ||
search-results.tpl.php | modules/ |
Default theme implementation for displaying search results. | ||
search-rtl.css | modules/ |
.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/ |
Admin page callbacks for the search module. | ||
search.api.php | modules/ |
Hooks provided by the Search module. | ||
search.css | modules/ |
.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 query extender and helper functions. | ||
search.info | modules/ |
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/ |
Install, update and uninstall functions for the search module. | ||
search.module | modules/ |
Enables site-wide keyword searching. | ||
search.pages.inc | modules/ |
User page callbacks for the search module. | ||
search.test | modules/ |
Tests for search.module. | ||
search_embedded_form.info | modules/ |
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/ |
Test module implementing a form that can be embedded in search results. | ||
search_extra_type.info | modules/ |
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/ |
Dummy module implementing a search type for search module testing. | ||
search_node_tags.info | modules/ |
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/ |
Dummy module implementing a node search hooks for search module testing. | ||
select.inc | includes/ |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.