Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DeserializationException.php | file | misc/ |
|
DisabledNodeTypeTestCase | class | modules/ |
Tests the upgrade path for node disabled node types. |
DisabledNodeTypeTestCase::getInfo | function | modules/ |
|
DisabledNodeTypeTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
DisabledNodeTypeTestCase::testDisabledNodeTypeUpgrade | function | modules/ |
Tests a successful upgrade. |
drupal-6.bare.database.php | file | modules/ |
|
drupal-6.comments.database.php | file | modules/ |
|
drupal-6.duplicate-permission.database.php | file | modules/ |
|
drupal-6.filled.database.php | file | modules/ |
|
drupal-6.forum.database.php | file | modules/ |
|
drupal-6.locale.database.php | file | modules/ |
|
drupal-6.menu.database.php | file | modules/ |
|
drupal-6.node_type_broken.database.php | file | modules/ |
|
drupal-6.translatable.database.php | file | modules/ |
|
drupal-6.trigger.database.php | file | modules/ |
|
drupal-6.upload.database.php | file | modules/ |
|
drupal-6.user-no-password-token.database.php | file | modules/ |
|
drupal-6.user-password-token.database.php | file | modules/ |
|
drupal-7.aggregator.database.php | file | modules/ |
|
drupal-7.field.database.php | file | modules/ |
|
drupal-7.trigger.database.php | file | modules/ |
|
drupal.sh | file | 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… |
DrupalAddFeedTestCase | class | modules/ |
Basic tests for drupal_add_feed(). |
DrupalAddFeedTestCase::getInfo | function | modules/ |
|
DrupalAddFeedTestCase::testBasicFeedAddNoTitle | function | modules/ |
Test drupal_add_feed() with paths, URLs, and titles. |
DrupalAddFeedTestCase::urlToRSSLinkPattern | function | modules/ |
Create a pattern representing the RSS feed in the page. |
DrupalAddHtmlHeadLinkTest | class | modules/ |
Test for drupal_add_html_head_link(). |
DrupalAddHtmlHeadLinkTest::getInfo | function | modules/ |
|
DrupalAddHtmlHeadLinkTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalAddHtmlHeadLinkTest::testDrupalAddHtmlHeadLink | function | modules/ |
Tests drupal_add_html_head_link(). |
DrupalAlterTestCase | class | modules/ |
Tests for URL generation functions. |
DrupalAlterTestCase::getInfo | function | modules/ |
|
DrupalAlterTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalAlterTestCase::testDrupalAlter | function | modules/ |
|
DrupalAttributesUnitTest | class | modules/ |
Tests for the format_date() function. |
DrupalAttributesUnitTest::getInfo | function | modules/ |
|
DrupalAttributesUnitTest::testDrupalAttributes | function | modules/ |
Tests that drupal_html_class() cleans the class name properly. |
DrupalAutoloadTestClass | class | modules/ |
This class is empty because we only care if Drupal can find it. |
DrupalAutoloadTestInterface | interface | modules/ |
This interface is empty because we only care if Drupal can find it. |
DrupalCacheArray | class | includes/ |
Provides a caching wrapper to be used in place of large array structures. |
DrupalCacheArray::$bin | property | includes/ |
A bin to pass to cache_set() and cache_get(). |
DrupalCacheArray::$cid | property | includes/ |
A cid to pass to cache_set() and cache_get(). |
DrupalCacheArray::$keysToPersist | property | includes/ |
An array of keys to add to the cache at the end of the request. |
DrupalCacheArray::$storage | property | includes/ |
Storage for the data itself. |
DrupalCacheArray::offsetExists | function | includes/ |
Implements ArrayAccess::offsetExists(). |
DrupalCacheArray::offsetGet | function | includes/ |
Implements ArrayAccess::offsetGet(). |
DrupalCacheArray::offsetSet | function | includes/ |
Implements ArrayAccess::offsetSet(). |
DrupalCacheArray::offsetUnset | function | includes/ |
Implements ArrayAccess::offsetUnset(). |
DrupalCacheArray::persist | function | includes/ |
Flags an offset value to be written to the persistent cache. |
DrupalCacheArray::resolveCacheMiss | function | includes/ |
Resolves a cache miss. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.