cache |
core/includes/cache.inc |
Instantiates and statically caches the correct class for a cache bin. |
CacheClearCase::setUp |
core/modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
CacheClearCase::testClearArray |
core/modules/simpletest/tests/cache.test |
Test clearing using an array. |
CacheClearCase::testClearCid |
core/modules/simpletest/tests/cache.test |
Test clearing using a cid. |
CacheClearCase::testClearWildcard |
core/modules/simpletest/tests/cache.test |
Test clearing using wildcard. |
CacheClearCase::testFlushAllCaches |
core/modules/simpletest/tests/cache.test |
Test backdrop_flush_all_caches(). |
CacheExampleTestCase::setUp |
modules/examples/cache_example/tests/cache_example.test |
Enable module. |
CacheExampleTestCase::testCacheExampleBasic |
modules/examples/cache_example/tests/cache_example.test |
Functional tests for cache_example. |
CacheGetMultipleUnitTest::setUp |
core/modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
CacheGetMultipleUnitTest::testCacheMultiple |
core/modules/simpletest/tests/cache.test |
Test getMultiple(). |
CacheIsEmptyCase::setUp |
core/modules/simpletest/tests/cache.test |
Sets up a Backdrop site for running functional and integration tests. |
CacheIsEmptyCase::testIsEmpty |
core/modules/simpletest/tests/cache.test |
Test clearing using a cid. |
CacheSavingCase::checkVariable |
core/modules/simpletest/tests/cache.test |
Check or a variable is stored and restored properly. |
CacheSavingCase::testArray |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of an array. |
CacheSavingCase::testDouble |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of a double. |
CacheSavingCase::testInteger |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of an integer. |
CacheSavingCase::testNoEmptyCids |
core/modules/simpletest/tests/cache.test |
Test no empty cids are written in cache table. |
CacheSavingCase::testObject |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of an object. |
CacheSavingCase::testString |
core/modules/simpletest/tests/cache.test |
Test the saving and restoring of a string. |
CacheTestCase::assertCacheExists |
core/modules/simpletest/tests/cache.test |
Assert or a cache entry exists. |
CacheTestCase::assertCacheRemoved |
core/modules/simpletest/tests/cache.test |
Assert or a cache entry has been removed. |
CacheTestCase::checkCacheExists |
core/modules/simpletest/tests/cache.test |
Check whether or not a cache entry exists. |
CacheTestCase::generalWipe |
core/modules/simpletest/tests/cache.test |
Perform the general wipe. |
cache_clear_all |
core/includes/cache.inc |
Clears data from the cache. |
cache_example_form_cache_clearing |
modules/examples/cache_example/cache_example.module |
Submit handler to demonstrate the various methods for clearing cache. |
cache_example_form_create_expiring_item |
modules/examples/cache_example/cache_example.module |
Submit handler to create a new cache item with specified expiration. |
cache_example_form_expire_files |
modules/examples/cache_example/cache_example.module |
Submit handler that explicitly clears cache_example_files_count from cache. |
cache_example_menu |
modules/examples/cache_example/cache_example.module |
Implements hook_menu(). |
cache_example_page_form |
modules/examples/cache_example/cache_example.module |
Main page for cache_example. |
cache_flush |
core/includes/cache.inc |
Flushes all cache items in a bin. |
cache_get |
core/includes/cache.inc |
Returns data from the persistent cache. |
cache_get_multiple |
core/includes/cache.inc |
Returns data from the persistent cache when given an array of cache IDs. |
cache_is_empty |
core/includes/cache.inc |
Checks if a cache bin is empty. |
cache_set |
core/includes/cache.inc |
Stores data in the persistent cache. |
callback_batch_finished |
core/modules/system/form.api.php |
Complete a batch process. |
callback_batch_operation |
core/modules/system/form.api.php |
Perform a single batch operation. |
callback_filter_allowed_html |
core/modules/filter/filter.api.php |
Returns HTML allowed by this filter's configuration. |
callback_filter_prepare |
core/modules/filter/filter.api.php |
Provide prepared text with special characters escaped. |
callback_filter_process |
core/modules/filter/filter.api.php |
Provide text filtered to conform to the supplied format. |
callback_filter_settings |
core/modules/filter/filter.api.php |
Provide a settings form for filter settings. |
callback_filter_tips |
core/modules/filter/filter.api.php |
Return help text for a filter. |
callback_queue_worker |
core/modules/system/system.api.php |
Work on a single queue item. |
callback_search_conditions |
core/modules/search/search.api.php |
Provide search query conditions. |
check_markup |
core/modules/filter/filter.module |
Runs all the enabled filters on a piece of text. |
check_plain |
core/includes/bootstrap.inc |
Encodes special characters in a plain-text string for display as HTML. |
check_url |
core/includes/common.inc |
Strips dangerous protocols from a URI and encodes it for output to HTML. |
CKEditor5RtlTestCase::setUp |
core/modules/ckeditor5/tests/ckeditor5_rtl.test |
Set up environment. |
CKEditor5RtlTestCase::testRtlAdminIcons |
core/modules/ckeditor5/tests/ckeditor5_rtl.test |
Test that the CKEditor admin form works correctly with RTL languages. |
CKEditor5TestCase::setUp |
core/modules/ckeditor5/tests/ckeditor5.test |
Sets up a Backdrop site for running functional and integration tests. |
CKEditor5TestCase::testLibrary |
core/modules/ckeditor5/tests/ckeditor5.test |
Test the addition of the library to the page when configured. |