| RecipeMultipleModulesConfigStorageTest |
class |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests RecipeMultipleModulesConfigStorage. |
| RecipeMultipleModulesConfigStorageTest.php |
file |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
|
| RecipeMultipleModulesConfigStorageTest::$extensionList |
property |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
The mocked module extension list. |
| RecipeMultipleModulesConfigStorageTest::setUp |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
|
| RecipeMultipleModulesConfigStorageTest::testCreateCollection |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests createCollection() returns a new instance with the given collection. |
| RecipeMultipleModulesConfigStorageTest::testCreateCollectionReadsFromSubdirectories |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests createCollection() reads from collection subdirectories. |
| RecipeMultipleModulesConfigStorageTest::testCreateFromModuleListEmpty |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests createFromModuleList() throws when given an empty module list. |
| RecipeMultipleModulesConfigStorageTest::testDecode |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests decode(). |
| RecipeMultipleModulesConfigStorageTest::testEncode |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests encode() delegates to underlying FileStorage. |
| RecipeMultipleModulesConfigStorageTest::testExists |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests exists() returns TRUE when config is in any directory. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNames |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests getAllCollectionNames() merges and deduplicates from all directories. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNamesEmpty |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests getAllCollectionNames() returns empty when no collections exist. |
| RecipeMultipleModulesConfigStorageTest::testGetCollectionNameDefault |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests getCollectionName() returns the default collection. |
| RecipeMultipleModulesConfigStorageTest::testListAll |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests listAll() merges results from all directories. |
| RecipeMultipleModulesConfigStorageTest::testListAllWithPrefix |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests listAll() with a prefix filter. |
| RecipeMultipleModulesConfigStorageTest::testRead |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests read() returns from the first directory that has the config. |
| RecipeMultipleModulesConfigStorageTest::testReadMultiple |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests readMultiple() reads from across all directories. |
| RecipeMultipleModulesConfigStorageTest::testReadMultipleEmpty |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests readMultiple() with an empty names array. |
| RecipeMultipleModulesConfigStorageTest::testReadSafety |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests read() safety: only read from the correct storage. |
| RecipeMultipleModulesConfigStorageTest::testSimilarModuleNameIsolation |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests that modules with similar name prefixes are correctly isolated. |
| RecipeMultipleModulesConfigStorageTest::testUnsupportedMethods |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php |
Tests that write operations throw BadMethodCallException. |
| RecipeOverrideConfigStorage |
class |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
Wraps a config storage to allow recipe provided configuration to override it. |
| RecipeOverrideConfigStorage.php |
file |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::createCollection |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::decode |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::encode |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::exists |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::getCollectionName |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::listAll |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::read |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::readMultiple |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::rename |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::write |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RecipeOverrideConfigStorage::__construct |
function |
core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php |
|
| RemoveBlockForm::handleSectionStorage |
function |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
|
| RemoveSectionForm::handleSectionStorage |
function |
core/modules/layout_builder/src/Form/RemoveSectionForm.php |
|
| RequiredFieldStorageDefinitionInterface |
interface |
core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php |
Defines an interface for required field storage definitions. |
| RequiredFieldStorageDefinitionInterface.php |
file |
core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php |
|
| RequiredFieldStorageDefinitionInterface::isStorageRequired |
function |
core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php |
Returns whether the field storage is required. |
| ResourceRoutes::$resourceConfigStorage |
property |
core/modules/rest/src/Routing/ResourceRoutes.php |
The REST resource config storage. |
| ResourceTestBase::$entityStorage |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The entity storage. |
| ResourceTestBase::$resourceConfigStorage |
property |
core/modules/rest/tests/src/Functional/ResourceTestBase.php |
The REST resource config entity storage. |
| RestPermissions::$resourceConfigStorage |
property |
core/modules/rest/src/RestPermissions.php |
The REST resource config storage. |
| RevertOverridesForm::$sectionStorage |
property |
core/modules/layout_builder/src/Form/RevertOverridesForm.php |
The section storage. |
| RevisionableStorageInterface |
interface |
core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php |
A storage that supports revisionable entity types. |
| RevisionableStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php |
|
| RevisionableStorageInterface::createRevision |
function |
core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php |
Creates a new revision starting off from the specified entity object. |