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 |
|---|---|---|---|
| NullNormalizerTest::testNormalize | function | core/ |
@covers ::normalize[[api-linebreak]] |
| NullNormalizerTest::testSupportsNormalization | function | core/ |
@covers ::__construct[[api-linebreak]] @covers ::supportsNormalization[[api-linebreak]] |
| NullPathProcessorManager | class | core/ |
Provides a null implementation of the path processor manager. |
| NullPathProcessorManager.php | file | core/ |
|
| NullPathProcessorManager::processInbound | function | core/ |
Processes the inbound path. |
| NullPathProcessorManager::processOutbound | function | core/ |
Processes the outbound path. |
| NullRouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| NullRouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| NullStorage | class | core/ |
Defines a stub storage. |
| NullStorage.php | file | core/ |
|
| NullStorage::$collection | property | core/ |
The storage collection. |
| NullStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| NullStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| NullStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| NullStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| NullStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| NullStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| NullStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| NullStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| NullStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| NullStorage::read | function | core/ |
Reads configuration data from the storage. |
| NullStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| NullStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| NullStorage::write | function | core/ |
Writes configuration data to the storage. |
| NullStorage::__construct | function | core/ |
Constructs a new NullStorage. |
| NullStorageExpirable | class | core/ |
Defines a null key/value store implementation. |
| NullStorageExpirable.php | file | core/ |
|
| NullStorageExpirable::$collection | property | core/ |
The name of the collection holding key and value pairs. |
| NullStorageExpirable::$data | property | core/ |
The actual storage of key-value pairs. |
| NullStorageExpirable::delete | function | core/ |
Deletes an item from the key/value store. |
| NullStorageExpirable::deleteAll | function | core/ |
Deletes all items from the key/value store. |
| NullStorageExpirable::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
| NullStorageExpirable::get | function | core/ |
Returns the stored value for a given key. |
| NullStorageExpirable::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
| NullStorageExpirable::getCollectionName | function | core/ |
Returns the name of this collection. |
| NullStorageExpirable::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| NullStorageExpirable::has | function | core/ |
Returns whether a given key exists in the store. |
| NullStorageExpirable::rename | function | core/ |
Renames a key. |
| NullStorageExpirable::set | function | core/ |
Saves a value for a given key. |
| NullStorageExpirable::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| NullStorageExpirable::setMultiple | function | core/ |
Saves key/value pairs. |
| NullStorageExpirable::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
| NullStorageExpirable::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
| NullStorageExpirable::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| NullStorageExpirable::__construct | function | core/ |
Creates a new expirable null key/value store. |
| NullStorageTest | class | core/ |
Tests the NullStorage. |
| NullStorageTest.php | file | core/ |
|
| NullStorageTest::testCollection | function | core/ |
Test createCollection. |
| NullTestImageEffect | class | core/ |
Performs no operation on an image resource. |
| NullTestImageEffect.php | file | core/ |
Pagination
- Previous page
- Page 908
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.