Search for %s
- Search 7.x for %s
- Search 8.9.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 |
|---|---|---|---|
| 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. |
| NullTestImageEffect | class | core/ |
Performs no operation on an image resource. |
| NullTestImageEffect.php | file | core/ |
|
| NullTestImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| NullTestImageEffect::transformDimensions | function | core/ |
Determines the dimensions of the styled image. |
| Number::validStep | function | core/ |
Verifies that a number is a multiple of a given step. |
| NumberFieldRdfaTest | class | core/ |
Tests RDFa output by number field formatters. |
| NumberFieldRdfaTest.php | file | core/ |
|
| NumberFieldRdfaTest::createTestEntity | function | core/ |
Creates the RDF mapping for the field. |
| NumberFieldRdfaTest::testDecimalFormatter | function | core/ |
Tests the decimal formatter. |
| NumberFieldRdfaTest::testDecimalFormatterWithSettings | function | core/ |
Tests the decimal formatter with settings. |
| NumberFieldRdfaTest::testFloatFormatter | function | core/ |
Tests the float formatter. |
| NumberFieldRdfaTest::testFloatFormatterWithScale | function | core/ |
Tests the float formatter with a scale. Scale is not exercised. |
| NumberFieldRdfaTest::testFloatFormatterWithScaleExercised | function | core/ |
Tests the float formatter with a scale. Scale is exercised. |
| NumberFieldRdfaTest::testFloatFormatterWithSettings | function | core/ |
Tests the float formatter with settings. |
| NumberFieldRdfaTest::testIntegerFormatter | function | core/ |
Tests the integer formatter. |
| NumberFieldRdfaTest::testIntegerFormatterWithSettings | function | core/ |
Tests the integer formatter with settings. |
| NumberFieldTest | class | core/ |
Tests the creation of numeric fields. |
| NumberFieldTest | class | core/ |
Tests the numeric field widget. |
| NumberFieldTest.php | file | core/ |
|
| NumberFieldTest.php | file | core/ |
|
| NumberFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| NumberFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| NumberFieldTest::$modules | property | core/ |
Modules to enable. |
| NumberFieldTest::$modules | property | core/ |
Modules to enable. |
| NumberFieldTest::assertSetMinimumValue | function | core/ |
Helper function to set the minimum value of a field. |
| NumberFieldTest::setUp | function | core/ |
|
| NumberFieldTest::setUp | function | core/ |
|
| NumberFieldTest::testCreateNumberDecimalField | function | core/ |
Tests setting the minimum value of a decimal field through the interface. |
| NumberFieldTest::testCreateNumberFloatField | function | core/ |
Tests setting the minimum value of a float field through the interface. |
Pagination
- Previous page
- Page 931
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.