Files

Primary tabs

File name Location Namespacesort descending Description
update_test.module drupal/modules/update/tests/update_test.module Module for testing Update Manager functionality.
list_test.info drupal/modules/field/modules/list/tests/list_test.info name = "List test" description = "Support module for the List module tests." core = 7.x package = Testing version = VERSION hidden = TRUE
token.inc drupal/includes/token.inc Drupal placeholder/token replacement system.
taxonomy.info drupal/modules/taxonomy/taxonomy.info name = Taxonomy description = Enables the categorization of content. package = Core version = VERSION core = 7.x dependencies[] = options files[] = taxonomy.module files[] = taxonomy.test configure = admin/structure/taxonomy
field.css drupal/modules/field/theme/field.css /* Field display */ .field .field-label { font-weight: bold; } .field-label-inline .field-label, .field-label-inline .field-items { float:left; /*LTR*/ } /* Form display */ form .field-multiple-table { margin: 0; } form .field-multiple-table…
list_test.module drupal/modules/field/modules/list/tests/list_test.module Helper module for the List module tests.
session.inc drupal/includes/session.inc User session handling functions.
field_ui.info drupal/modules/field_ui/field_ui.info name = Field UI description = User interface for the Field API. package = Core version = VERSION core = 7.x dependencies[] = field files[] = field_ui.test
field.tpl.php drupal/modules/field/theme/field.tpl.php field.tpl.php Default template implementation to display the value of a field.
list.test drupal/modules/field/modules/list/tests/list.test Tests for list.module.
module.inc drupal/includes/module.inc API for loading and interacting with Drupal modules.
field_ui.admin.inc drupal/modules/field_ui/field_ui.admin.inc Administrative interface for custom field type creation.
field-rtl.css drupal/modules/field/theme/field-rtl.css form .field-multiple-table th.field-label { padding-right: 0; } form .field-multiple-table td.field-multiple-drag { padding-left: 0; } form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{ padding-left:…
test_theme.info drupal/modules/simpletest/tests/themes/test_theme/test_theme.info name = Test theme description = Theme for testing the theme system core = 7.x hidden = TRUE ; Normally, themes may list CSS files like this, and if they exist in the theme ; folder, then they get added to the page. If they have the same file name as…
locale.inc drupal/includes/locale.inc Administration functions for locale.module.
field_ui.test drupal/modules/field_ui/field_ui.test Tests for field_ui.module.
field_test.install drupal/modules/field/tests/field_test.install Install, update and uninstall functions for the field_test module.
template.php drupal/modules/simpletest/tests/themes/test_theme/template.php
xmlrpcs.inc drupal/includes/xmlrpcs.inc Provides API for defining and handling XML-RPC requests.
field_ui.css drupal/modules/field_ui/field_ui.css Stylesheet for the Field UI module.
field_test.field.inc drupal/modules/field/tests/field_test.field.inc Defines a field type and its formatters and widgets.
test_basetheme.info drupal/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info name = Theme test base theme description = Test theme which acts as a base theme for other test subthemes. core = 7.x hidden = TRUE settings[basetheme_only] = base theme value settings[subtheme_override] = base theme value
batch.inc drupal/includes/batch.inc Batch processing API for processes to run in multiple HTTP requests.
field_ui.api.php drupal/modules/field_ui/field_ui.api.php Hooks provided by the Field UI module.
field.test drupal/modules/field/tests/field.test Tests for field.module.
test_subtheme.info drupal/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info name = Theme test subtheme description = Test theme which uses test_basetheme as the base theme. core = 7.x base theme = test_basetheme hidden = TRUE settings[subtheme_override] = subtheme value
file.mimetypes.inc drupal/includes/file.mimetypes.inc Provides mimetype mappings.
field_ui.module drupal/modules/field_ui/field_ui.module Allows administrators to attach custom fields to fieldable types.
field_test.module drupal/modules/field/tests/field_test.module
block_test_theme.info drupal/modules/block/tests/themes/block_test_theme/block_test_theme.info name = Block test theme description = Theme for testing the block system core = 7.x hidden = TRUE regions[sidebar_first] = Left sidebar regions_hidden[] = sidebar_first regions[sidebar_second] = Right sidebar regions_hidden[] =…
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…
file.inc drupal/includes/file.inc API for handling file uploads and server file management.
field_ui-rtl.css drupal/modules/field_ui/field_ui-rtl.css Right-to-left specific stylesheet for the Field UI module.
field_test.info drupal/modules/field/tests/field_test.info name = "Field API Test" description = "Support module for the Field API tests." core = 7.x package = Testing files[] = field_test.entity.inc version = VERSION hidden = TRUE
page.tpl.php drupal/modules/block/tests/themes/block_test_theme/page.tpl.php Custom theme implementation to display a single Drupal page without sidebars. The sidebars are hidden by regions_hidden for this theme, so the default page.tpl.php will not work without throwing exceptions.
form.api.php drupal/modules/system/form.api.php Callbacks provided by the form system.
xmlrpc.inc drupal/includes/xmlrpc.inc Drupal XML-RPC library.
trigger.admin.inc drupal/modules/trigger/trigger.admin.inc Admin page callbacks for the trigger module.
field_test.entity.inc drupal/modules/field/tests/field_test.entity.inc Defines an entity type.
language.inc drupal/includes/language.inc Language Negotiation API.
trigger.info drupal/modules/trigger/trigger.info name = Trigger description = Enables actions to be fired on certain system events, such as when new content is created. package = Core version = VERSION core = 7.x files[] = trigger.test configure = admin/structure/trigger
field_test.storage.inc drupal/modules/field/tests/field_test.storage.inc Defines a field storage backend.
statistics.php drupal/modules/statistics/statistics.php Handles counts of node views via Ajax with minimal bootstrap.
theme.inc drupal/includes/theme.inc The theme system, which controls the output of Drupal.
trigger.api.php drupal/modules/trigger/trigger.api.php Hooks provided by the Trigger module.
search_embedded_form.info drupal/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
actions.inc drupal/includes/actions.inc This is the actions engine for executing stored actions.
trigger.install drupal/modules/trigger/trigger.install Install, update and uninstall functions for the trigger module.
search_extra_type.info drupal/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
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.

Pages

Other projects