Files - 7.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
drupal-6.user-password-token.database.php | modules/ |
|||
drupal-7.aggregator.database.php | modules/ |
|||
drupal-7.field.database.php | modules/ |
|||
drupal-7.trigger.database.php | modules/ |
Test content for the trigger upgrade path. | ||
drupal.sh | scripts/ |
#!/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/ |
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/ |
Test module to check code registry. | ||
drupal_autoload_test_class.inc | modules/ |
Test classes for code registry testing. | ||
drupal_autoload_test_interface.inc | modules/ |
Test interfaces for code registry testing. | ||
drupal_autoload_test_trait.sh | modules/ |
Test traits for code registry testing. | ||
drupal_system_listing_compatible_test.info | profiles/ |
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/ |
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/ |
|||
drupal_system_listing_compatible_test.module | modules/ |
|||
drupal_system_listing_compatible_test.test | profiles/ |
|||
drupal_system_listing_incompatible_test.info | profiles/ |
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.info | modules/ |
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.module | profiles/ |
|||
drupal_system_listing_incompatible_test.module | modules/ |
|||
drupal_web_test_case.php | modules/ |
|||
dump-database-d6.sh | scripts/ |
Filled installation of Drupal 6.17, for test purposes. | ||
dump-database-d7.sh | scripts/ |
Dumps a Drupal 7 database into a PHP script to test the upgrade process. | ||
entity.inc | includes/ |
|||
entity_cache_test.info | modules/ |
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/ |
Helper module for entity cache tests. | ||
entity_cache_test_dependency.info | modules/ |
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/ |
Helper module for entity cache tests. | ||
entity_crud.test | modules/ |
Tests for the Entity CRUD API. | ||
entity_crud_hook_test.info | modules/ |
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/ |
Test module for the Entity CRUD API. | ||
entity_crud_hook_test.test | modules/ |
CRUD hook tests for the Entity CRUD API. | ||
entity_query.test | modules/ |
Unit test file for the entity API. | ||
entity_query_access_test.info | modules/ |
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/ |
Helper module for testing EntityFieldQuery access on any type of entity. | ||
error.test | modules/ |
|||
errors.inc | includes/ |
Functions for error handling. | ||
error_test.info | modules/ |
name = "Error test" description = "Support module for error and exception testing." package = Testing version = VERSION core = 7.x hidden = TRUE | ||
error_test.module | modules/ |
|||
example.profile | external_documentation/ |
|||
example.sites.php | sites/ |
Configuration file for Drupal's multi-site directory aliasing feature. | ||
ExampleTest.php | modules/ |
Drupal\psr_0_test\Tests | ||
ExampleTest.php | modules/ |
Drupal\psr_4_test\Tests | ||
Exception.php | misc/ |
TYPO3\PharStreamWrapper | ||
farbtastic.css | misc/ |
.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/ |
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/ |
Hooks provided by the Field module. | ||
field.attach.inc | modules/ |
Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'. | ||
field.crud.inc | modules/ |
Field CRUD API, handling field and field instance creation and deletion. | ||
field.css | modules/ |
/* 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/ |
Default 'implementations' of hook_field_*(): common field housekeeping. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.