Search for all
Title | Object type | File name | Summary |
---|---|---|---|
Any::$value | property | core/ |
The data value. |
ApcuBackend | class | core/ |
Stores cache items in the Alternative PHP Cache User Cache (APCu). |
ApcuBackend.php | file | core/ |
|
ApcuBackend::$bin | property | core/ |
The name of the cache bin to use. |
ApcuBackend::$binPrefix | property | core/ |
Prefix for all keys in this cache bin. |
ApcuBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
ApcuBackend::$sitePrefix | property | core/ |
Prefix for all keys in the storage that belong to this site. |
ApcuBackend::delete | function | core/ |
Deletes an item from the cache. |
ApcuBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
ApcuBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
ApcuBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
ApcuBackend::get | function | core/ |
Returns data from the persistent cache. |
ApcuBackend::getAll | function | core/ |
Returns all cached items, optionally limited by a cache ID prefix. |
ApcuBackend::getApcuKey | function | core/ |
Prepends the APCu user variable prefix for this bin to a cache item ID. |
ApcuBackend::getIterator | function | core/ |
Instantiates and returns the APCUIterator class. |
ApcuBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
ApcuBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
ApcuBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
ApcuBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
ApcuBackend::prepareItem | function | core/ |
Prepares a cached item. |
ApcuBackend::removeBin | function | core/ |
Remove a cache bin. |
ApcuBackend::set | function | core/ |
Stores data in the persistent cache. |
ApcuBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
ApcuBackend::__construct | function | core/ |
Constructs a new ApcuBackend instance. |
ApcuBackendFactory | class | core/ |
|
ApcuBackendFactory.php | file | core/ |
|
ApcuBackendFactory::$backendClass | property | core/ |
The APCU backend class to use. |
ApcuBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
ApcuBackendFactory::$sitePrefix | property | core/ |
The site prefix string. |
ApcuBackendFactory::get | function | core/ |
Gets ApcuBackend for the specified cache bin. |
ApcuBackendFactory::__construct | function | core/ |
Constructs an ApcuBackendFactory object. |
ApcuBackendTest | class | core/ |
Tests the APCu cache backend. |
ApcuBackendTest.php | file | core/ |
|
ApcuBackendTest::createCacheBackend | function | core/ |
Creates a cache backend to test. |
ApcuBackendTest::tearDown | function | core/ |
|
ApcuBackendTest::testSetGet | function | core/ |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
ApcuFileCacheBackend | class | core/ |
APCu backend for the file cache. |
ApcuFileCacheBackend.php | file | core/ |
|
ApcuFileCacheBackend::delete | function | core/ |
Deletes data from a cache backend. |
ApcuFileCacheBackend::fetch | function | core/ |
Fetches data from the cache backend. |
ApcuFileCacheBackend::store | function | core/ |
Stores data into a cache backend. |
ApiRequestTrait | trait | core/ |
Boilerplate for API Functional tests' HTTP requests. |
ApiRequestTrait.php | file | core/ |
|
ApiRequestTrait::decorateWithXdebugCookie | function | core/ |
Adds the Xdebug cookie to the request options. |
ApiRequestTrait::makeApiRequest | function | core/ |
Performs an HTTP request. Wraps the Guzzle HTTP client. |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-append-to-append… |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in profile-with-append composer.json… |
append-to-robots.txt | file | core/ |
# :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: # This content is appended to the bottom of the existing robots.txt fixture. # robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-append… |
append-to-settings.txt | file | core/ |
include __DIR__ . "/settings-custom-additions.php"; |
AppendCommand | class | core/ |
An AJAX command for calling the jQuery append() method. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.