Search for all
Title | Object type | File name | Summary |
---|---|---|---|
CacheGetMultipleUnitTest::getInfo | function | modules/ |
|
CacheGetMultipleUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CacheGetMultipleUnitTest::testCacheMultiple | function | modules/ |
Test cache_get_multiple(). |
CacheIsEmptyCase | class | modules/ |
Test cache_is_empty() function. |
CacheIsEmptyCase::getInfo | function | modules/ |
|
CacheIsEmptyCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CacheIsEmptyCase::testIsEmpty | function | modules/ |
Test clearing using a cid. |
CacheSavingCase | class | modules/ |
|
CacheSavingCase::checkVariable | function | modules/ |
Check or a variable is stored and restored properly. |
CacheSavingCase::getInfo | function | modules/ |
|
CacheSavingCase::testArray | function | modules/ |
Test the saving and restoring of an array. |
CacheSavingCase::testDouble | function | modules/ |
Test the saving and restoring of a double. |
CacheSavingCase::testInteger | function | modules/ |
Test the saving and restoring of an integer. |
CacheSavingCase::testNoEmptyCids | function | modules/ |
Test no empty cids are written in cache table. |
CacheSavingCase::testObject | function | modules/ |
Test the saving and restoring of an object. |
CacheSavingCase::testString | function | modules/ |
Test the saving and restoring of a string. |
CacheTestCase | class | modules/ |
|
CacheTestCase::$default_bin | property | modules/ |
|
CacheTestCase::$default_cid | property | modules/ |
|
CacheTestCase::$default_value | property | modules/ |
|
CacheTestCase::assertCacheExists | function | modules/ |
Assert or a cache entry exists. |
CacheTestCase::assertCacheRemoved | function | modules/ |
Assert or a cache entry has been removed. |
CacheTestCase::checkCacheExists | function | modules/ |
Check whether or not a cache entry exists. |
CacheTestCase::generalWipe | function | modules/ |
Perform the general wipe. |
CacheTestCase::setupLifetime | function | modules/ |
Setup the lifetime settings for caching. |
cache_clear_all | function | includes/ |
Expires data from the cache. |
cache_get | function | includes/ |
Returns data from the persistent cache. |
cache_get_multiple | function | includes/ |
Returns data from the persistent cache when given an array of cache IDs. |
cache_is_empty | function | includes/ |
Checks if a cache bin is empty. |
CACHE_PERMANENT | constant | includes/ |
Indicates that the item should never be removed unless explicitly selected. |
cache_set | function | includes/ |
Stores data in the persistent cache. |
CACHE_TEMPORARY | constant | includes/ |
Indicates that the item should be removed at the next general cache wipe. |
Callbacks | group | includes/ |
Callback function signatures. |
callback_batch_finished | function | modules/ |
Complete a batch process. |
callback_batch_operation | function | modules/ |
Perform a single batch operation. |
callback_entity_info_label | function | modules/ |
Return the label of an entity. |
callback_entity_info_language | function | modules/ |
Return the language code of the entity. |
callback_entity_info_uri | function | modules/ |
Return the URI for an entity. |
callback_filter_prepare | function | modules/ |
Provide prepared text with special characters escaped. |
callback_filter_process | function | modules/ |
Provide text filtered to conform to the supplied format. |
callback_filter_settings | function | modules/ |
Provide a settings form for filter settings. |
callback_filter_tips | function | modules/ |
Return help text for a filter. |
callback_queue_worker | function | modules/ |
Work on a single queue item. |
callback_search_conditions | function | modules/ |
Provide search query conditions. |
CascadingStylesheetsTestCase | class | modules/ |
Test the Drupal CSS system. |
CascadingStylesheetsTestCase::getInfo | function | modules/ |
|
CascadingStylesheetsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CascadingStylesheetsTestCase::testAddCssFileWithQueryString | function | modules/ |
Tests that the query string remains intact when adding CSS files that have query string parameters. |
CascadingStylesheetsTestCase::testAddExternal | function | modules/ |
Tests adding an external stylesheet. |
CascadingStylesheetsTestCase::testAddFile | function | modules/ |
Tests adding a file stylesheet. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.