Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| media_views_query_substitutions | function | core/ |
Implements hook_views_query_substitutions(). |
| Memory::$idSequence | property | core/ |
Counter for item ids. |
| Memory::numberOfItems | function | core/ |
Retrieves the number of items in the queue. |
| Memory::releaseItem | function | core/ |
Releases an item that the worker could not process. |
| Memory::__construct | function | core/ |
Constructs a Memory object. |
| MemoryBackend::$events | property | core/ |
An array holding flood events, keyed by event name and identifier. |
| MemoryBackend::$requestStack | property | core/ |
The request stack. |
| MemoryBackend::getRequestTime | function | core/ |
Wrapper method for REQUEST_TIME constant. |
| MemoryBackend::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| MemoryBackend::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
| MemoryBackend::register | function | core/ |
Registers an event for the current visitor to the flood control mechanism. |
| MemoryBackend::reset | function | core/ |
Reset statically cached variables. |
| MemoryBackend::set | function | core/ |
Stores data in the persistent cache. |
| MemoryBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| MemoryBackend::__construct | function | core/ |
Construct the MemoryBackend. |
| MemoryBackend::__sleep | function | core/ |
Prevents data stored in memory backends from being serialized. |
| MemoryBackendFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryBackendTest | class | core/ |
Unit test of the memory cache backend using the generic cache unit test base. |
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| MemoryCache::set | function | core/ |
Stores data in the persistent cache. |
| MemoryCounterBackend::increaseCounter | function | core/ |
Increase the counter for a function with a certain cid. |
| MemoryCounterBackend::resetCounter | function | core/ |
Resets the call counter. |
| MemoryCounterBackend::set | function | core/ |
Stores data in the persistent cache. |
| MemoryStorage | class | core/ |
Defines a default key/value store implementation. |
| MemoryStorage | class | core/ |
Provides an in memory configuration storage. |
| MemoryStorage.php | file | core/ |
|
| MemoryStorage.php | file | core/ |
|
| MemoryStorage::$collection | property | core/ |
The storage collection. |
| MemoryStorage::$config | property | core/ |
The configuration, an object shared by reference across collections. |
| MemoryStorage::$data | property | core/ |
The actual storage of key-value pairs. |
| MemoryStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| MemoryStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| MemoryStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| MemoryStorage::delete | function | core/ |
Deletes an item from the key/value store. |
| MemoryStorage::deleteAll | function | core/ |
Deletes all items from the key/value store. |
| MemoryStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| MemoryStorage::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
| MemoryStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| MemoryStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| MemoryStorage::get | function | core/ |
Returns the stored value for a given key. |
| MemoryStorage::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
| MemoryStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| MemoryStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| MemoryStorage::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| MemoryStorage::has | function | core/ |
Returns whether a given key exists in the store. |
| MemoryStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| MemoryStorage::read | function | core/ |
Reads configuration data from the storage. |
| MemoryStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| MemoryStorage::rename | function | core/ |
Renames a configuration object in the storage. |
Pagination
- Previous page
- Page 780
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.