Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests createCollection. |
| Number::alphadecimalToInt | function | core/ |
Decodes a sorting code back to an integer. |
| Number::intToAlphadecimal | function | core/ |
Generates a sorting code from an integer. |
| NumberTest::testAlphadecimalToIntThrowsExceptionWithMalformedStrings | function | core/ |
Tests the alphadecimal conversion function input parameter checking. |
| NumericArgumentTitleTest::testTitleWithBreakPhraseAndTokenValue | function | core/ |
Tests title() method with break_phrase enabled token value. |
| NumericArgumentTitleTest::testTitleWithBreakPhraseOrOperator | function | core/ |
Tests title() method with break_phrase enabled and OR operator. |
| NumericArgumentValidator | class | core/ |
Validate whether an argument is numeric or not. |
| NumericArgumentValidator.php | file | core/ |
|
| NumericArgumentValidator::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
| NumericArgumentValidator::validateArgument | function | core/ |
Performs validation for a given argument. |
| NumericField::submitOptionsForm | function | core/ |
Performs some cleanup tasks on the options array before saving it. |
| NumericFilter::operatorOptions | function | core/ |
Provide a list of all the numeric operators. |
| NumericFilter::operators | function | core/ |
Returns an array of operator information, keyed by operator ID. |
| NumericFilter::operatorValues | function | core/ |
Gets the operators that have a given number of values. |
| ObjWithString::__toString | function | core/ |
Returns a string. |
| OEmbed::$token | property | core/ |
The token replacement service. |
| OEmbedForm::addButtonSubmit | function | core/ |
Submit handler for the add button. |
| OEmbedIframeControllerTest::testResourcePassedToPreprocess | function | core/ |
Tests that resources can be used in media_oembed_iframe preprocess. |
| OEmbedResourceConstraintValidator | class | core/ |
Validates oEmbed resource URLs. |
Pagination
- Previous page
- Page 179
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.