Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DrupalAddHtmlHeadLinkTest::setUp | function | modules/ |
|
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/ |
|
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. |
DrupalCacheArray::set | function | includes/ |
Writes a value to the persistent cache immediately. |
DrupalCacheArray::__construct | function | includes/ |
Constructs a DrupalCacheArray object. |
DrupalCacheArray::__destruct | function | includes/ |
Destructs the DrupalCacheArray object. |
DrupalCacheInterface | interface | includes/ |
Defines an interface for cache implementations. |
DrupalCacheInterface::clear | function | includes/ |
Expires data from the cache. |
DrupalCacheInterface::get | function | includes/ |
Returns data from the persistent cache. |
DrupalCacheInterface::getMultiple | function | includes/ |
Returns data from the persistent cache when given an array of cache IDs. |
DrupalCacheInterface::isEmpty | function | includes/ |
Checks if a cache bin is empty. |
DrupalCacheInterface::set | function | includes/ |
Stores data in the persistent cache. |
DrupalDataApiTest | class | modules/ |
Tests for CRUD API functions. |
DrupalDataApiTest::getInfo | function | modules/ |
|
DrupalDataApiTest::setUp | function | modules/ |
|
DrupalDataApiTest::testDrupalWriteRecord | function | modules/ |
Test the drupal_write_record() API function. |
DrupalDatabaseCache | class | includes/ |
Defines a default cache implementation. |
DrupalDatabaseCache::$bin | property | includes/ |
|
DrupalDatabaseCache::clear | function | includes/ |
Implements DrupalCacheInterface::clear(). |
DrupalDatabaseCache::garbageCollection | function | includes/ |
Garbage collection for get() and getMultiple(). |
DrupalDatabaseCache::get | function | includes/ |
Implements DrupalCacheInterface::get(). |
DrupalDatabaseCache::getMultiple | function | includes/ |
Implements DrupalCacheInterface::getMultiple(). |
DrupalDatabaseCache::isEmpty | function | includes/ |
Implements DrupalCacheInterface::isEmpty(). |
DrupalDatabaseCache::isValidBin | function | includes/ |
Checks if $this->bin represents a valid cache table. |
DrupalDatabaseCache::prepareItem | function | includes/ |
Prepares a cached item. |
DrupalDatabaseCache::set | function | includes/ |
Implements DrupalCacheInterface::set(). |
DrupalDatabaseCache::__construct | function | includes/ |
Constructs a DrupalDatabaseCache object. |
DrupalDefaultEntityController | class | includes/ |
Default implementation of DrupalEntityControllerInterface. |
DrupalDefaultEntityController::$cache | property | includes/ |
Whether this entity type should use the static cache. |
DrupalDefaultEntityController::$entityCache | property | includes/ |
Static cache of entities, keyed by entity ID. |
DrupalDefaultEntityController::$entityInfo | property | includes/ |
Array of information about the entity. |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.