Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| PersistentDatabaseLockBackend::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| PersistentDatabaseLockBackend::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| PersistentDatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| PersistentDatabaseLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
| PersistentDatabaseLockBackend::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| PersistentDatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| PersistentDatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| PersistentDatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| PersistentDatabaseLockBackend::schemaDefinition | function | core/ |
|
| PersistentDatabaseLockBackend::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a new PersistentDatabaseLockBackend. |
| PhpBackend | class | core/ |
Defines a PHP cache implementation. |
| PhpBackend.php | file | core/ |
|
| PhpBackend::$bin | property | core/ |
|
| PhpBackend::$cache | property | core/ |
Array to store cache objects. |
| PhpBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackend::$storage | property | core/ |
The PHP storage. |
| PhpBackend::delete | function | core/ |
Deletes an item from the cache. |
| PhpBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| PhpBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| PhpBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| PhpBackend::get | function | core/ |
Returns data from the persistent cache. |
| PhpBackend::getByHash | function | core/ |
Fetch a cache item using a hashed cache ID. |
| PhpBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| PhpBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| PhpBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| PhpBackend::invalidateByHash | function | core/ |
Invalidate one cache item. |
| PhpBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| PhpBackend::normalizeCid | function | core/ |
Ensures a normalized cache ID. |
| PhpBackend::prepareItem | function | core/ |
Prepares a cached item. |
| PhpBackend::removeBin | function | core/ |
Remove a cache bin. |
| PhpBackend::set | function | core/ |
Stores data in the persistent cache. |
| PhpBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| PhpBackend::storage | function | core/ |
Gets the PHP code storage object to use. |
| PhpBackend::writeItem | function | core/ |
Writes a cache item to PhpStorage. |
| PhpBackend::__construct | function | core/ |
Constructs a PhpBackend object. |
| PhpBackendFactory | class | core/ |
|
| PhpBackendFactory.php | file | core/ |
|
| PhpBackendFactory::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| PhpBackendFactory::get | function | core/ |
Gets PhpBackend for the specified cache bin. |
| PhpBackendFactory::__construct | function | core/ |
Constructs a PhpBackendFactory object. |
| PhpBackendTest | class | core/ |
Unit test of the PHP cache backend using the generic cache unit test base. |
| PhpBackendTest.php | file | core/ |
|
| PhpBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| PhpStreamWrapperInterface::dir_opendir | function | core/ |
Open directory handle. |
| PlaceholderGenerator::$rendererConfig | property | core/ |
The renderer configuration array. |
| PlaceholderGeneratorTest::testRenderPlaceholdersDifferentSortedContextsTags | function | core/ |
Tests the creation of an element with a #lazy_builder callback. |
| PlaceholderingRenderCache | class | core/ |
Adds automatic placeholdering to the RenderCache. |
| PlaceholderingRenderCache.php | file | core/ |
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.