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 11.x for to
  5. Other projects
Title Object type File name Summary
ConfigMapperInterface::getOperations function core/modules/config_translation/src/ConfigMapperInterface.php Provides an array of information to build a list of operation links.
ConfigMapperInterface::getOverviewPath function core/modules/config_translation/src/ConfigMapperInterface.php Returns a processed path for the translation overview route.
ConfigMapperInterface::getOverviewRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route object for a translation overview route.
ConfigMapperInterface::getOverviewRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation overview route.
ConfigMapperInterface::getOverviewRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation overview route.
ConfigModuleOverridesEvent::getOverrides function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Get configuration overrides.
ConfigModuleOverridesEvent::setOverride function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Sets a configuration override for the given name.
ConfigNamesMapper::$configFactory property core/modules/config_translation/src/ConfigNamesMapper.php The configuration factory.
ConfigNamesMapper::getOperations function core/modules/config_translation/src/ConfigNamesMapper.php Provides an array of information to build a list of operation links.
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.
ConfigSingleImportForm::$configStorage property core/modules/config/src/Form/ConfigSingleImportForm.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.
ConfigSync::$activeStorage property core/modules/config/src/Form/ConfigSync.php The active configuration object.
ConfigSync::$snapshotStorage property core/modules/config/src/Form/ConfigSync.php The snapshot configuration object.
ConfigSync::$syncStorage property core/modules/config/src/Form/ConfigSync.php The sync configuration object.
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.

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