Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
ConfigEntityStorage::importCreate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Creates entities upon synchronizing configuration changes.
ConfigEntityStorage::importDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Delete entities upon synchronizing configuration changes.
ConfigEntityStorage::importRename function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Renames entities upon synchronizing configuration changes.
ConfigEntityStorage::importUpdate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Updates entities upon synchronizing configuration changes.
ConfigEntityStorage::invokeHook function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Invokes a hook on behalf of the entity.
ConfigEntityStorage::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Loads one or more entities in their original form without overrides.
ConfigEntityStorage::loadOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Loads one entity in their original form without overrides.
ConfigEntityStorage::mapToStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Maps from an entity object to the storage record.
ConfigEntityStorage::MAX_ID_LENGTH constant core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Length limit of the configuration entity ID.
ConfigEntityStorage::save function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Implements Drupal\Core\Entity\EntityStorageInterface::save().
ConfigEntityStorage::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Updates a configuration entity from storage values.
ConfigEntityStorage::_doCreateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Helps create a configuration entity from storage values.
ConfigEntityStorage::__construct function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Constructs a ConfigEntityStorage object.
ConfigEntityStorageClassException class core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php Thrown when a storage class is not an instance of ConfigEntityStorage.
ConfigEntityStorageClassException.php file core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
ConfigEntityStorageInterface interface core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Provides an interface for configuration entity storage.
ConfigEntityStorageInterface.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php
ConfigEntityStorageInterface::createFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Creates a configuration entity from storage values.
ConfigEntityStorageInterface::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorageInterface::loadMultipleOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one or more entities in their original form without overrides.
ConfigEntityStorageInterface::loadOverrideFree function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Loads one entity in their original form without overrides.
ConfigEntityStorageInterface::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Updates a configuration entity from storage values.
ConfigEntityStorageTest class core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php Tests configuration entity storage.
ConfigEntityStorageTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @coversDefaultClass \Drupal\Core\Config\Entity\ConfigEntityStorage
@group Config
ConfigEntityStorageTest.php file core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
ConfigEntityStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php
ConfigEntityStorageTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The mocked cache backend.
ConfigEntityStorageTest::$configFactory property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The config factory service.
ConfigEntityStorageTest::$configManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The configuration manager.
ConfigEntityStorageTest::$entityQuery property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The entity query.
ConfigEntityStorageTest::$entityStorage property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The config storage.
ConfigEntityStorageTest::$entityTypeId property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The type ID of the entity under test.
ConfigEntityStorageTest::$languageManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The language manager.
ConfigEntityStorageTest::$moduleHandler property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The module handler.
ConfigEntityStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php Modules to install.
ConfigEntityStorageTest::$uuidService property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The UUID service.
ConfigEntityStorageTest::getMockEntity function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php Creates an entity with specific methods mocked.
ConfigEntityStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::__construct
ConfigEntityStorageTest::testCreate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create
@covers ::doCreate
ConfigEntityStorageTest::testCreateWithCurrentLanguage function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create
@covers ::doCreate
ConfigEntityStorageTest::testCreateWithExplicitLanguage function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create
@covers ::doCreate
ConfigEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create
@covers ::doCreate
ConfigEntityStorageTest::testDelete function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::delete
@covers ::doDelete
ConfigEntityStorageTest::testDeleteNothing function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::delete
@covers ::doDelete
ConfigEntityStorageTest::testHasData function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php Tests the hasData() method for config entity storage.
ConfigEntityStorageTest::testLoad function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::load
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::loadMultiple
@covers ::postLoad
@covers ::mapFromStorageRecords
@covers ::doLoadMultiple
ConfigEntityStorageTest::testSaveChangedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveDuplicate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave

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