Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ConfigManager::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findConfigEntityDependents function core/lib/Drupal/Core/Config/ConfigManager.php Deprecated method to find config entity dependencies.
ConfigManager::findConfigEntityDependentsAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php Deprecated method to find config entity dependencies as entities.
ConfigManager::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds missing content dependencies declared in configuration entities.
ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManager.php Lists which config entities to update and delete on removal of a dependency.
ConfigManager::uninstall function core/lib/Drupal/Core/Config/ConfigManager.php Uninstalls the configuration of a given extension.
ConfigManager::__construct function core/lib/Drupal/Core/Config/ConfigManager.php Creates ConfigManager objects.
ConfigManagerInterface::createSnapshot function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates a configuration snapshot following a successful import.
ConfigManagerInterface::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findConfigEntityDependents function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Deprecated method to find config entity dependencies.
ConfigManagerInterface::findConfigEntityDependentsAsEntities function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Deprecated method to find config entity dependencies as entities.
ConfigManagerInterface::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds missing content dependencies declared in configuration entities.
ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Lists which config entities to update and delete on removal of a dependency.
ConfigManagerInterface::uninstall function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Uninstalls the configuration of a given extension.
ConfigMapperInterface::getAddRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation add form route.
ConfigMapperInterface::getBasePath function core/modules/config_translation/src/ConfigMapperInterface.php Returns a processed path for the base route the mapper is attached to.
ConfigMapperInterface::getBaseRoute function core/modules/config_translation/src/ConfigMapperInterface.php Returns the base route object the mapper is attached to.
ConfigMapperInterface::getBaseRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the base route the mapper is attached to.
ConfigMapperInterface::getBaseRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the base route the mapper is attached to.
ConfigMapperInterface::getConfigNames function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array of configuration names for the mapper.
ConfigMapperInterface::getDeleteRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation deletion route.
ConfigMapperInterface::getEditRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation edit form route.
ConfigMapperInterface::getOperations function core/modules/config_translation/src/ConfigMapperInterface.php Provides an array of information to build a list of operation links.
ConfigMapperInterface::getOverviewRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation overview route.
ConfigMapperInterface::hasSchema function core/modules/config_translation/src/ConfigMapperInterface.php Checks that all pieces of this configuration mapper have a schema.
ConfigMapperInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperInterface.php Checks if pieces of this configuration mapper have translatables.
ConfigMapperInterface::hasTranslation function core/modules/config_translation/src/ConfigMapperInterface.php Checks whether there is already a translation for this mapper.
ConfigMapperInterface::setLangcode function core/modules/config_translation/src/ConfigMapperInterface.php Sets the original language code.
ConfigMapperInterface::setRouteCollection function core/modules/config_translation/src/ConfigMapperInterface.php Sets the route collection.
ConfigMapperManager::$defaults property core/modules/config_translation/src/ConfigMapperManager.php A set of defaults to be referenced by $this->processDefinition().
ConfigMapperManager::findDefinitions function core/modules/config_translation/src/ConfigMapperManager.php Finds plugin definitions.
ConfigMapperManager::findTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if at least one translatable element is found.
ConfigMapperManager::getDiscovery function core/modules/config_translation/src/ConfigMapperManager.php Gets the plugin discovery.
ConfigMapperManager::getMappers function core/modules/config_translation/src/ConfigMapperManager.php Returns an array of all mappers.
ConfigMapperManager::hasTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManager::processDefinition function core/modules/config_translation/src/ConfigMapperManager.php Performs extra processing on plugin definitions.
ConfigMapperManager::__construct function core/modules/config_translation/src/ConfigMapperManager.php Constructs a ConfigMapperManager.
ConfigMapperManagerInterface::getMappers function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns an array of all mappers.
ConfigMapperManagerInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManagerTest class core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests the functionality provided by configuration translation mapper manager.
ConfigMapperManagerTest.php file core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php
ConfigMapperManagerTest::$configMapperManager property core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php The configuration mapper manager to test.
ConfigMapperManagerTest::$typedConfigManager property core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php The typed configuration manager used for testing.
ConfigMapperManagerTest::getElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked schema element.
ConfigMapperManagerTest::getNestedElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked nested schema element.
ConfigMapperManagerTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Provides data for ConfigMapperManager::testHasTranslatable()
ConfigMapperManagerTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php
ConfigMapperManagerTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests ConfigMapperManager::hasTranslatable().

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