Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
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.
Number::alphadecimalToInt function core/lib/Drupal/Component/Utility/Number.php Decodes a sorting code back to an integer.
Number::intToAlphadecimal function core/lib/Drupal/Component/Utility/Number.php Generates a sorting code from an integer.
NumericArgument::$operator property core/modules/views/src/Plugin/views/argument/NumericArgument.php The operator used for the query: or|and.
NumericArgumentValidator class core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php Validate whether an argument is numeric or not.
NumericArgumentValidator.php file core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php
NumericArgumentValidator::getContextDefinition function core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php Returns a context definition for this argument.
NumericArgumentValidator::validateArgument function core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php Performs validation for a given argument.
NumericField::submitOptionsForm function core/modules/views/src/Plugin/views/field/NumericField.php Performs some cleanup tasks on the options array before saving it.
NumericFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide a list of all the numeric operators.
NumericFilter::operators function core/modules/views/src/Plugin/views/filter/NumericFilter.php
NumericFilter::operatorValues function core/modules/views/src/Plugin/views/filter/NumericFilter.php
ObjWithString::__toString function core/modules/migrate/tests/src/Unit/process/LogTest.php Returns a string.
OEmbed::$token property core/modules/media/src/Plugin/media/Source/OEmbed.php The token replacement service.
OEmbedForm::addButtonSubmit function core/modules/media_library/src/Form/OEmbedForm.php Submit handler for the add button.
OEmbedIframeControllerTest::testResourcePassedToPreprocess function core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php Tests that resources can be used in media_oembed_iframe preprocess.
OEmbedResourceConstraintValidator class core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php Validates oEmbed resource URLs.
OEmbedResourceConstraintValidator.php file core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php
OEmbedResourceConstraintValidator::$logger property core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php The logger service.
OEmbedResourceConstraintValidator::$resourceFetcher property core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php The resource fetcher service.
OEmbedResourceConstraintValidator::$urlResolver property core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php The oEmbed URL resolver service.
OEmbedResourceConstraintValidator::create function core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php Instantiates a new instance of this class.
OEmbedResourceConstraintValidator::handleException function core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php Handles exceptions that occur during validation.
OEmbedResourceConstraintValidator::validate function core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php
OEmbedResourceConstraintValidator::__construct function core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php Constructs a new OEmbedResourceConstraintValidator.
OEmbedResourceConstraintValidatorTest class core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php @coversDefaultClass \Drupal\media\Plugin\Validation\Constraint\OEmbedResourceConstraintValidator[[api-linebreak]]
OEmbedResourceConstraintValidatorTest.php file core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php
OEmbedResourceConstraintValidatorTest::$modules property core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php Modules to enable.
OEmbedResourceConstraintValidatorTest::getValue function core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php Wraps a media entity in an anonymous class to mock a field value.
OEmbedResourceConstraintValidatorTest::setUp function core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php
OEmbedResourceConstraintValidatorTest::testValidateEmptySource function core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
OEmbedResourceConstraintValidatorTest::testValidateUrlResolverInvoked function core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
OEmbedTestTrait::getFixturesDirectory function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Returns the relative path to the oEmbed fixtures directory.
OEmbedTestTrait::lockHttpClientToFixtures function core/modules/media/tests/src/Traits/OEmbedTestTrait.php Configures the HTTP client to always use the fixtures directory.

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