You are here

Files in Drupal 7

Primary tabs

File namesort descending Location Namespace Description
drupal.sh 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…
drupal_autoload_test.info modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info name = "Drupal code registry test" description = "Support module for testing the code registry." files[] = drupal_autoload_test_interface.inc files[] = drupal_autoload_test_class.inc package = Testing version = VERSION core =…
drupal_autoload_test.module modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Test module to check code registry.
drupal_autoload_test_class.inc modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc Test classes for code registry testing.
drupal_autoload_test_interface.inc modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc Test interfaces for code registry testing.
drupal_autoload_test_trait.sh modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_trait.sh Test traits for code registry testing.
drupal_system_listing_compatible_test.info profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info name = "Drupal system listing compatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE files[] =…
drupal_system_listing_compatible_test.info modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info name = "Drupal system listing compatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE
drupal_system_listing_compatible_test.module profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
drupal_system_listing_compatible_test.module modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
drupal_system_listing_compatible_test.test profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test
drupal_system_listing_incompatible_test.info modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info name = "Drupal system listing incompatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE
drupal_system_listing_incompatible_test.info profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info name = "Drupal system listing incompatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION ; This deliberately has the wrong core version, to test that it…
drupal_system_listing_incompatible_test.module modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
drupal_system_listing_incompatible_test.module profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
drupal_web_test_case.php modules/simpletest/drupal_web_test_case.php
dump-database-d6.sh scripts/dump-database-d6.sh Filled installation of Drupal 6.17, for test purposes.
dump-database-d7.sh scripts/dump-database-d7.sh Dumps a Drupal 7 database into a PHP script to test the upgrade process.
entity.inc includes/entity.inc
entity_cache_test.info modules/simpletest/tests/entity_cache_test.info name = "Entity cache test" description = "Support module for testing entity cache." package = Testing version = VERSION core = 7.x dependencies[] = entity_cache_test_dependency hidden = TRUE
entity_cache_test.module modules/simpletest/tests/entity_cache_test.module Helper module for entity cache tests.
entity_cache_test_dependency.info modules/simpletest/tests/entity_cache_test_dependency.info name = "Entity cache test dependency" description = "Support dependency module for testing entity cache." package = Testing version = VERSION core = 7.x hidden = TRUE
entity_cache_test_dependency.module modules/simpletest/tests/entity_cache_test_dependency.module Helper module for entity cache tests.
entity_crud.test modules/simpletest/tests/entity_crud.test Tests for the Entity CRUD API.
entity_crud_hook_test.info modules/simpletest/tests/entity_crud_hook_test.info name = "Entity CRUD Hooks Test" description = "Support module for CRUD hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE
entity_crud_hook_test.module modules/simpletest/tests/entity_crud_hook_test.module Test module for the Entity CRUD API.
entity_crud_hook_test.test modules/simpletest/tests/entity_crud_hook_test.test CRUD hook tests for the Entity CRUD API.
entity_query.test modules/simpletest/tests/entity_query.test Unit test file for the entity API.
entity_query_access_test.info modules/simpletest/tests/entity_query_access_test.info name = "Entity query access test" description = "Support module for checking entity query results." package = Testing version = VERSION core = 7.x hidden = TRUE
entity_query_access_test.module modules/simpletest/tests/entity_query_access_test.module Helper module for testing EntityFieldQuery access on any type of entity.
error.test modules/simpletest/tests/error.test
errors.inc includes/errors.inc Functions for error handling.
error_test.info modules/simpletest/tests/error_test.info name = "Error test" description = "Support module for error and exception testing." package = Testing version = VERSION core = 7.x hidden = TRUE
error_test.module modules/simpletest/tests/error_test.module
example.sites.php sites/example.sites.php Configuration file for Drupal's multi-site directory aliasing feature.
ExampleTest.php modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php Drupal\psr_4_test\Tests
ExampleTest.php modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php Drupal\psr_0_test\Tests
Exception.php misc/typo3/phar-stream-wrapper/src/Exception.php TYPO3\PharStreamWrapper
farbtastic.css misc/farbtastic/farbtastic.css .farbtastic { position: relative; } .farbtastic * { position: absolute; cursor: crosshair; } .farbtastic, .farbtastic .wheel { width: 195px; height: 195px; } .farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width:…
field-rtl.css 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:…
field.api.php modules/field/field.api.php Hooks provided by the Field module.
field.attach.inc modules/field/field.attach.inc Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'.
field.crud.inc modules/field/field.crud.inc Field CRUD API, handling field and field instance creation and deletion.
field.css 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…
field.default.inc modules/field/field.default.inc Default 'implementations' of hook_field_*(): common field housekeeping.
field.form.inc modules/field/field.form.inc Field forms management.
field.info modules/field/field.info name = Field description = Field API to add fields to entities like nodes and users. package = Core version = VERSION core = 7.x files[] = field.module files[] = field.attach.inc files[] = field.info.class.inc files[] = tests/field.test dependencies[]…
field.info.class.inc modules/field/field.info.class.inc
field.info.inc modules/field/field.info.inc Field Info API, providing information about available fields and field types.
field.install modules/field/field.install Install, update and uninstall functions for the field module.

Pages

Other projects