Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NullStorageExpirable::$collection property core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php The name of the collection holding key and value pairs.
NullStorageExpirable::$data property core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php The actual storage of key-value pairs.
NullStorageExpirable::delete function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes an item from the key/value store.
NullStorageExpirable::deleteAll function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes all items from the key/value store.
NullStorageExpirable::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes multiple items from the key/value store.
NullStorageExpirable::get function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the stored value for a given key.
NullStorageExpirable::getAll function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns all stored key/value pairs in the collection.
NullStorageExpirable::getCollectionName function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the name of this collection.
NullStorageExpirable::getMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the stored key/value pairs for a given set of keys.
NullStorageExpirable::has function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns whether a given key exists in the store.
NullStorageExpirable::rename function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Renames a key.
NullStorageExpirable::set function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key.
NullStorageExpirable::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key if it does not exist yet.
NullStorageExpirable::setMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves key/value pairs.
NullStorageExpirable::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves an array of values with a time to live.
NullStorageExpirable::setWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key with a time to live.
NullStorageExpirable::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Sets a value for a given key with a time to live if it does not yet exist.
NullStorageExpirable::__construct function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Creates a new expirable null key/value store.
NullStorageTest class core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Tests the NullStorage.
NullStorageTest.php file core/tests/Drupal/Tests/Core/Config/NullStorageTest.php
NullStorageTest::testCollection function core/tests/Drupal/Tests/Core/Config/NullStorageTest.php Tests createCollection.
NullTestImageEffect class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Performs no operation on an image resource.
NullTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
NullTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Applies an image effect to the image object.
NullTestImageEffect::transformDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php Determines the dimensions of the styled image.
Number::validStep function core/lib/Drupal/Component/Utility/Number.php Verifies that a number is a multiple of a given step.
NumberFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests RDFa output by number field formatters.
NumberFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
NumberFieldRdfaTest::createTestEntity function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Creates the RDF mapping for the field.
NumberFieldRdfaTest::testDecimalFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter.
NumberFieldRdfaTest::testDecimalFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter.
NumberFieldRdfaTest::testFloatFormatterWithScale function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with a scale. Scale is not exercised.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the integer formatter.
NumberFieldRdfaTest::testIntegerFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the integer formatter with settings.
NumberFieldTest class core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Tests the creation of numeric fields.
NumberFieldTest class core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php Tests the numeric field widget.
NumberFieldTest.php file core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
NumberFieldTest.php file core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
NumberFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/Number/NumberFieldTest.php The theme to install as the default for testing.
NumberFieldTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php The theme to install as the default for testing.
NumberFieldTest::$modules property core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php Modules to enable.
NumberFieldTest::$modules property core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Modules to enable.
NumberFieldTest::assertSetMinimumValue function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Helper function to set the minimum value of a field.
NumberFieldTest::setUp function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
NumberFieldTest::setUp function core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
NumberFieldTest::testCreateNumberDecimalField function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Tests setting the minimum value of a decimal field through the interface.
NumberFieldTest::testCreateNumberFloatField function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Tests setting the minimum value of a float field through the interface.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.