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. Other projects
Title Object type File name Summary
ConfigNamesMapper::getOverviewPath function core/modules/config_translation/src/ConfigNamesMapper.php Returns a processed path for the translation overview route.
ConfigNamesMapper::getOverviewRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for a translation overview route.
ConfigNamesMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation overview route.
ConfigNamesMapper::getOverviewRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation overview route.
ConfigNamesMapperTest::$urlGenerator property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The mocked URL generator.
ConfigNamesMapperTest::testGetOperations function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslation().
ConfigNamesMapperTest::testGetOverviewPath function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewPath().
ConfigNamesMapperTest::testGetOverviewRoute function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewRoute().
ConfigNamesMapperTest::testGetOverviewRouteName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewRouteName().
ConfigNamesMapperTest::testGetOverviewRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getOverviewRouteParameters().
ConfigOtherModuleTest::getStorage function core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php Gets the provided entity type's storage.
ConfigOverridesPriorityTest::testOverridePriorities function core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
ConfigRenameEvent::getOldName function core/lib/Drupal/Core/Config/ConfigRenameEvent.php Gets the old configuration object name.
ConfigSchemaDiscovery::$schemaStorage property core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php A storage instance for reading configuration schema data.
ConfigSingleExportForm::$configStorage property core/modules/config/src/Form/ConfigSingleExportForm.php The config storage.
ConfigSnapshotSubscriber::$snapshotStorage property core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php The snapshot storage used to write configuration changes.
ConfigSnapshotSubscriber::$sourceStorage property core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php The source storage used to discover configuration changes.
ConfigStorageTestBase class core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Base class for testing storage operations.
ConfigStorageTestBase.php file core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::$invalidStorage property core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::$storage property core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::testCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests that the storage supports collections.
ConfigStorageTestBase::testCRUD function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests storage CRUD operations.
ConfigStorageTestBase::testDataTypes function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests storage writing and reading data preserving data type.
ConfigStorageTestBase::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests an invalid storage.
ConfigStorageTestBase::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigSubscriber::$configFactory property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The configuration factory.
ConfigSubscriber::$languageNegotiator property core/modules/language/src/EventSubscriber/ConfigSubscriber.php The language negotiator.
ConfigTarget::$toConfig property core/lib/Drupal/Core/Form/ConfigTarget.php Transforms a value submitted by the form before it is set in the config.
ConfigTargetTest::testSetValueMultiTargetToConfigReturnValue function core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php @testWith ["this string was returned by toConfig", "The toConfig callable returned a string, but it must be an array with a key-value pair for each of the targeted property paths."]
[true, "The toConfig callable returned a…
ConfigTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/ConfigTest.php The mocked cache tags invalidator.
ConfigTest::$storage property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Storage.
ConfigTest::addToArray function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Adds a value to the array property.
ConfigTest::assertOriginalConfigDataEquals function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts all original config data equals $data provided.
ConfigTest::assertOverriddenKeys function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts that the correct keys are overridden.
ConfigTest::testOverrideData function core/tests/Drupal/Tests/Core/Config/ConfigTest.php @covers ::setModuleOverride
@covers ::setSettingsOverride
@covers ::getOriginal
@covers ::hasOverrides
@dataProvider overrideDataProvider
ConfigTest::toArray function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Gets an array of all property values.
ConfigTestHooksHooks::updateIsSyncingStore function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Helper function for testing hooks during configuration sync.
ConfigTestStorage class core/modules/config/tests/config_test/src/ConfigTestStorage.php
ConfigTestStorage.php file core/modules/config/tests/config_test/src/ConfigTestStorage.php
ConfigTestStorage::importCreate function core/modules/config/tests/config_test/src/ConfigTestStorage.php Creates entities upon synchronizing configuration changes.
ConfigTestStorage::importDelete function core/modules/config/tests/config_test/src/ConfigTestStorage.php Delete entities upon synchronizing configuration changes.
ConfigTestStorage::importUpdate function core/modules/config/tests/config_test/src/ConfigTestStorage.php Updates entities upon synchronizing configuration changes.
ConfigTranslationCacheTest::$localeStorage property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php String translation storage object.
ConfigTranslationCacheTest::$translatorUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php Translator user for tests.
ConfigTranslationEntityListBuilder::getOperations function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Provides an array of information to build a list of operation links.
ConfigTranslationListUiTest::doCustomContentTypeListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the content block listing for the translate operation.

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