Search for A

  1. Search 9.5.x for A
  2. Search 8.9.x for A
  3. Search 10.3.x for A
  4. Search 11.x for A
  5. Other projects
Title Object type File name Summary
CacheGetMultipleUnitTest::setUp function modules/simpletest/tests/cache.test Sets up a Drupal site for running functional and integration tests.
CacheGetMultipleUnitTest::testCacheMultiple function modules/simpletest/tests/cache.test Test cache_get_multiple().
CacheIsEmptyCase class modules/simpletest/tests/cache.test Test cache_is_empty() function.
CacheIsEmptyCase::getInfo function modules/simpletest/tests/cache.test
CacheIsEmptyCase::setUp function modules/simpletest/tests/cache.test Sets up a Drupal site for running functional and integration tests.
CacheIsEmptyCase::testIsEmpty function modules/simpletest/tests/cache.test Test clearing using a cid.
CacheSavingCase class modules/simpletest/tests/cache.test
CacheSavingCase::checkVariable function modules/simpletest/tests/cache.test Check or a variable is stored and restored properly.
CacheSavingCase::getInfo function modules/simpletest/tests/cache.test
CacheSavingCase::testArray function modules/simpletest/tests/cache.test Test the saving and restoring of an array.
CacheSavingCase::testDouble function modules/simpletest/tests/cache.test Test the saving and restoring of a double.
CacheSavingCase::testInteger function modules/simpletest/tests/cache.test Test the saving and restoring of an integer.
CacheSavingCase::testNoEmptyCids function modules/simpletest/tests/cache.test Test no empty cids are written in cache table.
CacheSavingCase::testObject function modules/simpletest/tests/cache.test Test the saving and restoring of an object.
CacheSavingCase::testString function modules/simpletest/tests/cache.test Test the saving and restoring of a string.
CacheTestCase class modules/simpletest/tests/cache.test
CacheTestCase::$default_bin property modules/simpletest/tests/cache.test
CacheTestCase::$default_cid property modules/simpletest/tests/cache.test
CacheTestCase::$default_value property modules/simpletest/tests/cache.test
CacheTestCase::assertCacheExists function modules/simpletest/tests/cache.test Assert or a cache entry exists.
CacheTestCase::assertCacheRemoved function modules/simpletest/tests/cache.test Assert or a cache entry has been removed.
CacheTestCase::checkCacheExists function modules/simpletest/tests/cache.test Check whether or not a cache entry exists.
CacheTestCase::generalWipe function modules/simpletest/tests/cache.test Perform the general wipe.
CacheTestCase::setupLifetime function modules/simpletest/tests/cache.test Setup the lifetime settings for caching.
cache_clear_all function includes/cache.inc Expires data from the cache.
cache_get function includes/cache.inc Returns data from the persistent cache.
cache_get_multiple function includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
cache_is_empty function includes/cache.inc Checks if a cache bin is empty.
CACHE_PERMANENT constant includes/bootstrap.inc Indicates that the item should never be removed unless explicitly selected.
cache_set function includes/cache.inc Stores data in the persistent cache.
CACHE_TEMPORARY constant includes/bootstrap.inc Indicates that the item should be removed at the next general cache wipe.
Callbacks group includes/module.inc Callback function signatures.
callback_batch_finished function modules/system/form.api.php Complete a batch process.
callback_batch_operation function modules/system/form.api.php Perform a single batch operation.
callback_entity_info_label function modules/system/system.api.php Return the label of an entity.
callback_entity_info_language function modules/system/system.api.php Return the language code of the entity.
callback_entity_info_uri function modules/system/system.api.php Return the URI for an entity.
callback_filter_prepare function modules/filter/filter.api.php Provide prepared text with special characters escaped.
callback_filter_process function modules/filter/filter.api.php Provide text filtered to conform to the supplied format.
callback_filter_settings function modules/filter/filter.api.php Provide a settings form for filter settings.
callback_filter_tips function modules/filter/filter.api.php Return help text for a filter.
callback_queue_worker function modules/system/system.api.php Work on a single queue item.
callback_search_conditions function modules/search/search.api.php Provide search query conditions.
CascadingStylesheetsTestCase class modules/simpletest/tests/common.test Test the Drupal CSS system.
CascadingStylesheetsTestCase::getInfo function modules/simpletest/tests/common.test
CascadingStylesheetsTestCase::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
CascadingStylesheetsTestCase::testAddCssFileWithQueryString function modules/simpletest/tests/common.test Tests that the query string remains intact when adding CSS files that have
query string parameters.
CascadingStylesheetsTestCase::testAddExternal function modules/simpletest/tests/common.test Tests adding an external stylesheet.
CascadingStylesheetsTestCase::testAddFile function modules/simpletest/tests/common.test Tests adding a file stylesheet.
CascadingStylesheetsTestCase::testAlter function modules/simpletest/tests/common.test Tests Locale module's CSS Alter to include RTL overrides.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.