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 |
|---|---|---|---|
| QueueDatabaseFactory::__construct | function | core/ |
Constructs this factory object. |
| QueueExceptionsTest::testDelayedRequeueExceptionCallsParentConstructor | function | core/ |
Tests that the `DelayedRequeueException` calls parent constructor. |
| QueueFactory | class | core/ |
Defines the queue factory. |
| QueueFactory.php | file | core/ |
|
| QueueFactory::$queues | property | core/ |
Instantiated queues, keyed by name. |
| QueueFactory::$settings | property | core/ |
The settings object. |
| QueueFactory::get | function | core/ |
Constructs a new queue. |
| QueueFactory::__construct | function | core/ |
Constructs QueueFactory object. |
| QueueFactoryInterface | interface | core/ |
An interface defining queue factory classes. |
| QueueFactoryInterface.php | file | core/ |
|
| QueueFactoryInterface::get | function | core/ |
Constructs a new queue object for a given name. |
| Random::$randomGenerator | property | core/ |
The random generator. |
| Random::getGenerator | function | core/ |
Gets the random generator for the utility methods. |
| RandomGeneratorTrait | trait | core/ |
Provides random generator utility methods. |
| RandomGeneratorTrait.php | file | core/ |
|
| RandomGeneratorTrait::getRandomGenerator | function | core/ |
Gets the random generator for the utility methods. |
| RandomGeneratorTrait::randomMachineName | function | core/ |
Generates a unique random string containing letters and numbers. |
| RandomGeneratorTrait::randomObject | function | core/ |
Generates a random PHP object. |
| RandomGeneratorTrait::randomString | function | core/ |
Generates a pseudo-random string of ASCII characters of codes 32 to 126. |
| RandomTest::testRandomStringValidator | function | core/ |
Tests random string validation callbacks. |
| RandomTest::testRandomWordValidator | function | core/ |
Tests random word. |
| RangeConstraintValidator | class | core/ |
Validator for the Drupal 'range' constraint. |
| RangeConstraintValidator.php | file | core/ |
|
| RangeConstraintValidator::validate | function | core/ |
|
| ReadOnlyStorage | class | core/ |
A ReadOnlyStorage decorates a storage and does not allow writing to it. |
| ReadOnlyStorage.php | file | core/ |
|
| ReadOnlyStorage::$storage | property | core/ |
The config storage that we are decorating. |
| ReadOnlyStorage::createCollection | function | core/ |
|
| ReadOnlyStorage::decode | function | core/ |
|
| ReadOnlyStorage::delete | function | core/ |
|
| ReadOnlyStorage::deleteAll | function | core/ |
|
| ReadOnlyStorage::encode | function | core/ |
|
| ReadOnlyStorage::exists | function | core/ |
|
| ReadOnlyStorage::getAllCollectionNames | function | core/ |
|
| ReadOnlyStorage::getCollectionName | function | core/ |
|
| ReadOnlyStorage::listAll | function | core/ |
|
| ReadOnlyStorage::read | function | core/ |
|
| ReadOnlyStorage::readMultiple | function | core/ |
|
| ReadOnlyStorage::rename | function | core/ |
|
| ReadOnlyStorage::write | function | core/ |
|
| ReadOnlyStorage::__construct | function | core/ |
Create a ReadOnlyStorage decorating another storage. |
| ReadOnlyStorageTest | class | core/ |
Tests Drupal\Core\Config\ReadOnlyStorage. |
| ReadOnlyStorageTest.php | file | core/ |
|
| ReadOnlyStorageTest::$memory | property | core/ |
The memory storage containing the data. |
| ReadOnlyStorageTest::$storage | property | core/ |
The read-only storage under test. |
| ReadOnlyStorageTest::readMethodsProvider | function | core/ |
Provide the methods that work transparently. |
| ReadOnlyStorageTest::setRandomFixtureConfig | function | core/ |
Generate random config in the memory storage. |
| ReadOnlyStorageTest::setUp | function | core/ |
|
| ReadOnlyStorageTest::testCollections | function | core/ |
Tests collections. |
| ReadOnlyStorageTest::testEncodeDecode | function | core/ |
Tests encode decode. |
Pagination
- Previous page
- Page 200
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.