Files - 7.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
poll.css modules/poll/poll.css .poll { overflow: hidden; } .poll .bar { height: 1em; margin: 1px 0; background-color: #ddd; } .poll .bar .foreground { background-color: #000; height: 1em; float: left; /* LTR */ } .poll .links { text-align: center; } .poll .percent…
poll.info modules/poll/poll.info name = Poll description = Allows your site to capture votes on different topics in the form of multiple choice questions. package = Core version = VERSION core = 7.x files[] = poll.test stylesheets[all][] = poll.css
poll.install modules/poll/poll.install Install, update and uninstall functions for the poll module.
poll.module modules/poll/poll.module Enables your site to capture votes on different topics in the form of multiple choice questions.
poll.pages.inc modules/poll/poll.pages.inc User page callbacks for the poll module.
poll.test modules/poll/poll.test Tests for poll.module.
poll.tokens.inc modules/poll/poll.tokens.inc Builds placeholder replacement tokens for values specific to Poll nodes.
prefetch.inc includes/database/prefetch.inc Database interface code for engines that need complete control over their result sets. For example, SQLite will prefix some column names by the name of the table. We post-process the data, by renaming the column names using the same convention as…
preview.css themes/garland/color/preview.css /* Positioning */ #preview { overflow: hidden; max-width: 100%; } #preview, #preview #img { width: 600px; height: 371px; } #preview #gradient-0 { position: absolute; left: 0; right: 0; top: 19px; height: 120px; z-index:…
preview.css themes/bartik/color/preview.css /* ---------- Color form ----------- */ #color_scheme_form #palette .form-item { width: 25em; } #color_scheme_form #palette .form-item label { width: 15em; } /* ---------- Preview Styles ----------- */ html.js #preview { clear: both; float:…
preview.html themes/bartik/color/preview.html
preview.html modules/color/preview.html
print-rtl.css misc/print-rtl.css body { direction: rtl; } th { text-align: right; }
print.css misc/print.css body { margin: 1em; background-color: #fff; } th { text-align: left; /* LTR */ color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { padding: 5px; } #menu { …
print.css themes/garland/print.css body, input, textarea, select { color: #000; background: none; font-family: Verdana, sans-serif; font-size: 11pt; } ul.main-menu, ul.secondary-menu, #header-region, .sidebar { display:…
print.css themes/bartik/css/print.css /* ---------- General Layout ---------- */ body, input, textarea, select { color: #000; background: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width:…
profile-block.tpl.php modules/profile/profile-block.tpl.php Default theme implementation for displaying a users profile within a block. It only shows in relation to a node displayed as a full page.
profile-listing.tpl.php modules/profile/profile-listing.tpl.php Default theme implementation for displaying a user and their profile data for member listing pages.
profile-wrapper.tpl.php modules/profile/profile-wrapper.tpl.php Default theme implementation for wrapping member listings and their profiles.
profile.admin.inc modules/profile/profile.admin.inc Administrative page callbacks for the profile module.
profile.css modules/profile/profile.css #profile-fields td.category { font-weight: bold; } #profile-fields tr.category-message { color: #999; } #profile-fields tr.category-populated { display: none; }
profile.info modules/profile/profile.info name = Profile description = Supports configurable user profiles. package = Core version = VERSION core = 7.x files[] = profile.test configure = admin/config/people/profile ; The Profile module is deprecated, and included in Drupal 7 for legacy ;…
profile.install modules/profile/profile.install Install, update and uninstall functions for the profile module.
profile.module modules/profile/profile.module Support for configurable user profiles.
profile.pages.inc modules/profile/profile.pages.inc User page callbacks for the profile module.
profile.test modules/profile/profile.test Tests for profile.module.
PSR0WebTest.php modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php Drupal\simpletest\Tests
PSR4WebTest.php modules/simpletest/src/Tests/PSR4WebTest.php Drupal\simpletest\Tests
psr_0_test.info 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 modules/simpletest/tests/psr_0_test/psr_0_test.module
psr_4_test.info 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 modules/simpletest/tests/psr_4_test/psr_4_test.module
query.inc includes/database/sqlite/query.inc Query code for SQLite embedded database engine.
query.inc includes/database/mysql/query.inc Query code for MySQL embedded database engine.
query.inc includes/database/query.inc Non-specific Database query code. Used by all engines.
query.inc includes/database/pgsql/query.inc Query code for PostgreSQL embedded database engine.
quotes.css modules/simpletest/files/css_test_files/quotes.css /* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */ q[example="public class foo\ {\ private int x;\ \ foo(int x) {\ this.x = x;\ }\ \ }"] { color: red } /* A pseudo selector with essential whitespace…
quotes.css.optimized.css modules/simpletest/files/css_test_files/quotes.css.optimized.css q[example="public class foo\ {\ private int x;\ \ foo(int x) {\ this.x = x;\ }\ \ }"]{color:red}q[style*="quotes: none"]{quotes:none;}q[style*='quotes: none']{quotes:none;}q:after{content:": colon…
quotes.css.unoptimized.css modules/simpletest/files/css_test_files/quotes.css.unoptimized.css /* Example from https://www.w3.org/TR/CSS2/syndata.html#rule-sets */ q[example="public class foo\ {\ private int x;\ \ foo(int x) {\ this.x = x;\ }\ \ }"] { color: red } /* A pseudo selector with essential whitespace…
rdf.api.php modules/rdf/rdf.api.php Hooks provided by the RDF module.
rdf.info 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 modules/rdf/rdf.install Install, update and uninstall functions for the rdf module.
rdf.module modules/rdf/rdf.module Enables semantically enriched output for Drupal sites in the form of RDFa.
rdf.test modules/rdf/rdf.test Tests for rdf.module.
rdf_test.info 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 modules/rdf/tests/rdf_test.install Install, update and uninstall functions for the rdf module.
rdf_test.module modules/rdf/tests/rdf_test.module Test API interaction with the RDF module.
Reader.php misc/typo3/phar-stream-wrapper/src/Phar/Reader.php TYPO3\PharStreamWrapper\Phar
ReaderException.php misc/typo3/phar-stream-wrapper/src/Phar/ReaderException.php TYPO3\PharStreamWrapper\Phar
README.txt 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…

Other projects


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