Files

Primary tabs

File name Location Namespacesort descending Description
tablesort.inc drupal/core/includes/tablesort.inc Functions to aid in the creation of sortable tables.
form.inc drupal/core/includes/form.inc Functions for form and batch generation and processing.
file.mimetypes.inc drupal/core/includes/file.mimetypes.inc Provides mimetype mappings.
mail.inc drupal/core/includes/mail.inc API functions for processing and sending e-mail.
theme.inc drupal/core/includes/theme.inc The theme system, which controls the output of Drupal.
menu.inc drupal/core/includes/menu.inc API for the Drupal menu system.
utility.inc drupal/core/includes/utility.inc Miscellaneous functions.
unicode.entities.inc drupal/core/includes/unicode.entities.inc
theme.maintenance.inc drupal/core/includes/theme.maintenance.inc Theming for maintenance pages.
module.inc drupal/core/includes/module.inc API for loading and interacting with Drupal modules.
cron-lynx.sh drupal/core/scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron/YOURKEY > /dev/null 2>&1
generate-d7-content.sh drupal/core/scripts/generate-d7-content.sh #!/usr/bin/env php <?php /** * Generate content for a Drupal 7 database to test the upgrade process. * * Run this script at the root of an existing Drupal 6 installation. * Steps to use this generation script: * - Install drupal 7. * - Run…
cron-curl.sh drupal/core/scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron/YOURKEY
password-hash.sh drupal/core/scripts/password-hash.sh #!/usr/bin/php <?php /** * Drupal hash script - to generate a hash from a plaintext password * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param…
run-tests.sh drupal/core/scripts/run-tests.sh This script runs Drupal tests from command line.
generate-d6-content.sh drupal/core/scripts/generate-d6-content.sh #!/usr/bin/env php <?php /** * Generate content for a Drupal 6 database to test the upgrade process. * * Run this script at the root of an existing Drupal 6 installation. * Steps to use this generation script: * - Install drupal 6. * - Run…
dump-database-d7.sh drupal/core/scripts/dump-database-d7.sh Dumps a Drupal 7 database into a Drupal 7 PHP script to test the upgrade process.
drupal.sh drupal/core/scripts/drupal.sh #!/usr/bin/env php <?php /** * Drupal shell execution script * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param path Drupal's absolute root…
dump-database-d6.sh drupal/core/scripts/dump-database-d6.sh Filled installation of Drupal 6.17, for test purposes.
README.txt drupal/core/vendor/README.txt 3rd party libraries provided by Drupal core should be placed in this directory. They should not be modified from their original form at any time. They should be changed only to keep up to date with upstream projects. Code in this directory MAY be…
autoload.php drupal/core/vendor/autoload.php
xmlrpc.info drupal/core/modules/xmlrpc/xmlrpc.info name = XML-RPC description = Provides XML-RPC functionality. package = Core version = VERSION core = 8.x
xmlrpc.api.php drupal/core/modules/xmlrpc/xmlrpc.api.php Hooks provided by the XML-RPC module.
xmlrpc.module drupal/core/modules/xmlrpc/xmlrpc.module Enables XML-RPC functionality.
xmlrpc.inc drupal/core/modules/xmlrpc/xmlrpc.inc Drupal XML-RPC library.
xmlrpc.server.inc drupal/core/modules/xmlrpc/xmlrpc.server.inc Page callback file for the xmlrpc module.
breakpoint.module drupal/core/modules/breakpoint/breakpoint.module Manage breakpoints and breakpoint groups for responsive designs.
breakpoint.install drupal/core/modules/breakpoint/breakpoint.install Enable, install, update and uninstall functions for the breakpoint module.
breakpoint.info drupal/core/modules/breakpoint/breakpoint.info name = Breakpoint description = Manage breakpoints and breakpoint groups for responsive designs. package = Core version = VERSION core = 8.x
statistics.module drupal/core/modules/statistics/statistics.module Logs and displays access statistics for a site.
statistics.admin.inc drupal/core/modules/statistics/statistics.admin.inc Admin page callbacks for the Statistics module.
statistics.pages.inc drupal/core/modules/statistics/statistics.pages.inc User page callbacks for the Statistics module.
statistics.info drupal/core/modules/statistics/statistics.info name = Statistics description = Logs access statistics for your site. package = Core version = VERSION core = 8.x configure = admin/config/system/statistics
statistics.install drupal/core/modules/statistics/statistics.install Install and update functions for the Statistics module.
statistics.php drupal/core/modules/statistics/statistics.php Handles counts of node views via AJAX with minimal bootstrap.
statistics.tokens.inc drupal/core/modules/statistics/statistics.tokens.inc Builds placeholder replacement tokens for node visitor statistics.
forum.install drupal/core/modules/forum/forum.install Install, update, and uninstall functions for the Forum module.
forum.info drupal/core/modules/forum/forum.info name = Forum description = Provides discussion forums. dependencies[] = node dependencies[] = history dependencies[] = taxonomy dependencies[] = comment package = Core version = VERSION core = 8.x configure = admin/structure/forum stylesheets[all][] =…
forum.admin.inc drupal/core/modules/forum/forum.admin.inc Administrative page callbacks for the Forum module.
forum.pages.inc drupal/core/modules/forum/forum.pages.inc User page callbacks for the Forum module.
forum-rtl.css drupal/core/modules/forum/forum-rtl.css Right-to-left styling for the Forum module.
forum.css drupal/core/modules/forum/forum.css Styling for the Forum module.
forum.module drupal/core/modules/forum/forum.module Provides discussion forums.
openid.css drupal/core/modules/openid/openid.css #edit-openid-identifier { background-image: url("login-bg.png"); background-position: left 50%; /* LTR */ background-repeat: no-repeat; padding-left: 20px; /* LTR */ } #block-user-login #openid-login-form { display:…
openid.info drupal/core/modules/openid/openid.info name = OpenID description = "Allows users to log into your site using OpenID." version = VERSION package = Core core = 8.x
openid.install drupal/core/modules/openid/openid.install Install, update and uninstall functions for the openid module.
openid.api.php drupal/core/modules/openid/openid.api.php Hooks provided by the OpenID module.
openid-rtl.css drupal/core/modules/openid/openid-rtl.css #edit-openid-identifier { background-position: right 50%; padding-left: 0; padding-right: 20px; } #block-user-login .openid-link { background-position: right top; padding: 0 1.5em 0 0; }
openid.inc drupal/core/modules/openid/openid.inc OpenID utility functions.
openid.module drupal/core/modules/openid/openid.module Implement OpenID Relying Party support for Drupal

Pages

Other projects