Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
QueueDatabaseFactory::__construct function core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php Constructs this factory object.
QueueExceptionsTest::testDelayedRequeueExceptionCallsParentConstructor function core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php Tests that the `DelayedRequeueException` calls parent constructor.
QueueFactory class core/lib/Drupal/Core/Queue/QueueFactory.php Defines the queue factory.
QueueFactory.php file core/lib/Drupal/Core/Queue/QueueFactory.php
QueueFactory::$queues property core/lib/Drupal/Core/Queue/QueueFactory.php Instantiated queues, keyed by name.
QueueFactory::$settings property core/lib/Drupal/Core/Queue/QueueFactory.php The settings object.
QueueFactory::get function core/lib/Drupal/Core/Queue/QueueFactory.php Constructs a new queue.
QueueFactory::__construct function core/lib/Drupal/Core/Queue/QueueFactory.php Constructs QueueFactory object.
QueueFactoryInterface interface core/lib/Drupal/Core/Queue/QueueFactoryInterface.php An interface defining queue factory classes.
QueueFactoryInterface.php file core/lib/Drupal/Core/Queue/QueueFactoryInterface.php
QueueFactoryInterface::get function core/lib/Drupal/Core/Queue/QueueFactoryInterface.php Constructs a new queue object for a given name.
Random::$randomGenerator property core/tests/Drupal/TestTools/Random.php The random generator.
Random::getGenerator function core/tests/Drupal/TestTools/Random.php Gets the random generator for the utility methods.
RandomGeneratorTrait trait core/tests/Drupal/Tests/RandomGeneratorTrait.php Provides random generator utility methods.
RandomGeneratorTrait.php file core/tests/Drupal/Tests/RandomGeneratorTrait.php
RandomGeneratorTrait::getRandomGenerator function core/tests/Drupal/Tests/RandomGeneratorTrait.php Gets the random generator for the utility methods.
RandomGeneratorTrait::randomMachineName function core/tests/Drupal/Tests/RandomGeneratorTrait.php Generates a unique random string containing letters and numbers.
RandomGeneratorTrait::randomObject function core/tests/Drupal/Tests/RandomGeneratorTrait.php Generates a random PHP object.
RandomGeneratorTrait::randomString function core/tests/Drupal/Tests/RandomGeneratorTrait.php Generates a pseudo-random string of ASCII characters of codes 32 to 126.
RandomTest::testRandomStringValidator function core/tests/Drupal/Tests/Component/Utility/RandomTest.php Tests random string validation callbacks.
RandomTest::testRandomWordValidator function core/tests/Drupal/Tests/Component/Utility/RandomTest.php Tests random word.
RangeConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraintValidator.php Validator for the Drupal 'range' constraint.
RangeConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraintValidator.php
RangeConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraintValidator.php
ReadOnlyStorage class core/lib/Drupal/Core/Config/ReadOnlyStorage.php A ReadOnlyStorage decorates a storage and does not allow writing to it.
ReadOnlyStorage.php file core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::$storage property core/lib/Drupal/Core/Config/ReadOnlyStorage.php The config storage that we are decorating.
ReadOnlyStorage::createCollection function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::decode function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::delete function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::deleteAll function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::encode function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::exists function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::getCollectionName function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::listAll function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::read function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::readMultiple function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::rename function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::write function core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::__construct function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Create a ReadOnlyStorage decorating another storage.
ReadOnlyStorageTest class core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Tests Drupal\Core\Config\ReadOnlyStorage.
ReadOnlyStorageTest.php file core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php
ReadOnlyStorageTest::$memory property core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php The memory storage containing the data.
ReadOnlyStorageTest::$storage property core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php The read-only storage under test.
ReadOnlyStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Provide the methods that work transparently.
ReadOnlyStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Generate random config in the memory storage.
ReadOnlyStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php
ReadOnlyStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Tests collections.
ReadOnlyStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Tests encode decode.

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