Files

Primary tabs

File namesort descending Location Namespace Description
PSR4WebTest.php drupal/modules/simpletest/src/Tests/PSR4WebTest.php Drupal\simpletest\Tests
psr_0_test.info drupal/modules/simpletest/tests/psr_0_test/psr_0_test.info name = PSR-0 Test cases description = Test classes to be discovered by simpletest. core = 7.x hidden = TRUE package = Testing
psr_0_test.module drupal/modules/simpletest/tests/psr_0_test/psr_0_test.module
psr_4_test.info drupal/modules/simpletest/tests/psr_4_test/psr_4_test.info name = PSR-4 Test cases description = Test classes to be discovered by simpletest. core = 7.x hidden = TRUE package = Testing
psr_4_test.module drupal/modules/simpletest/tests/psr_4_test/psr_4_test.module
query.inc drupal/includes/database/sqlite/query.inc Query code for SQLite embedded database engine.
query.inc drupal/includes/database/mysql/query.inc Query code for MySQL embedded database engine.
query.inc drupal/includes/database/pgsql/query.inc Query code for PostgreSQL embedded database engine.
query.inc drupal/includes/database/query.inc Non-specific Database query code. Used by all engines.
rdf.api.php drupal/modules/rdf/rdf.api.php Hooks provided by the RDF module.
rdf.info drupal/modules/rdf/rdf.info name = RDF description = Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes. package = Core version = VERSION core = 7.x files[] = rdf.test
rdf.install drupal/modules/rdf/rdf.install Install, update and uninstall functions for the rdf module.
rdf.module drupal/modules/rdf/rdf.module Enables semantically enriched output for Drupal sites in the form of RDFa.
rdf.test drupal/modules/rdf/rdf.test Tests for rdf.module.
rdf_test.info drupal/modules/rdf/tests/rdf_test.info name = "RDF module tests" description = "Support module for RDF module testing." package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] = blog
rdf_test.install drupal/modules/rdf/tests/rdf_test.install Install, update and uninstall functions for the rdf module.
rdf_test.module drupal/modules/rdf/tests/rdf_test.module Test API interaction with the RDF module.
README.txt drupal/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 drupal/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 drupal/profiles/minimal/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
README.txt drupal/profiles/standard/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
README.txt drupal/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 drupal/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 drupal/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.
README.txt drupal/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 drupal/sites/README.txt This directory structure contains the settings and configuration files specific to your site or sites and is an integral part of multisite configuration. The sites/all/ subdirectory structure should be used to place your custom and downloaded…
README.txt drupal/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 drupal/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 drupal/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…
region.tpl.php drupal/modules/system/region.tpl.php Default theme implementation to display a region.
registry.inc drupal/includes/registry.inc This file contains the code registry parser engine.
registry.test drupal/modules/simpletest/tests/registry.test
requirements1_test.info drupal/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 drupal/modules/simpletest/tests/requirements1_test.install
requirements1_test.module drupal/modules/simpletest/tests/requirements1_test.module Tests that a module is not installed when it fails hook_requirements('install').
requirements2_test.info drupal/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 drupal/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 drupal/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
robots.txt drupal/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 drupal/scripts/run-tests.sh This script runs Drupal tests from command line.
schema.inc drupal/includes/database/sqlite/schema.inc Database schema code for SQLite databases.
schema.inc drupal/includes/database/mysql/schema.inc Database schema code for MySQL database servers.
schema.inc drupal/includes/database/pgsql/schema.inc Database schema code for PostgreSQL database servers.
schema.inc drupal/includes/database/schema.inc
schema.test drupal/modules/simpletest/tests/schema.test Tests for the Database Schema API.
search-block-form.tpl.php drupal/modules/search/search-block-form.tpl.php Displays the search form block.
search-result.tpl.php drupal/modules/search/search-result.tpl.php Default theme implementation for displaying a single search result.
search-results.tpl.php drupal/modules/search/search-results.tpl.php Default theme implementation for displaying search results.
search-rtl.css drupal/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 drupal/modules/search/search.admin.inc Admin page callbacks for the search module.

Pages

Other projects