ConfigManagerInterface::diff |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Creates a Diff object using the config data from the two storages. |
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::findMissingContentDependencies |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Finds missing content dependencies declared in configuration entities. |
ConfigManagerInterface::getConfigCollectionInfo |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Gets available collection information using the event system. |
ConfigManagerInterface::getConfigDependencyManager |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Creates and populates a ConfigDependencyManager object. |
ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Lists config entities to update and delete on removal of a dependency. |
ConfigManagerInterface::getConfigFactory |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Gets the config factory. |
ConfigManagerInterface::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Returns the entity type of a configuration object. |
ConfigManagerInterface::getEntityTypeManager |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Gets the entity type manager. |
ConfigManagerInterface::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Loads a configuration entity using the configuration name. |
ConfigManagerInterface::uninstall |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Uninstalls the configuration of a given extension. |
ConfigMapperInterface |
interface |
core/modules/config_translation/src/ConfigMapperInterface.php |
Defines an interface for configuration mapper. |
ConfigMapperInterface.php |
file |
core/modules/config_translation/src/ConfigMapperInterface.php |
|
ConfigMapperInterface::addConfigName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Adds the given configuration name to the list of names. |
ConfigMapperInterface::getAddRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route object for a translation add form route. |
ConfigMapperInterface::getAddRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation add form route. |
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::getConfigData |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns an array with all configuration data. |
ConfigMapperInterface::getConfigNames |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns an array of configuration names for the mapper. |
ConfigMapperInterface::getContextualLinkGroup |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the name of the contextual link group to add contextual links to. |
ConfigMapperInterface::getDeleteRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route object for the translation deletion route. |
ConfigMapperInterface::getDeleteRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation deletion route. |
ConfigMapperInterface::getDeleteRouteParameters |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route parameters for the translation deletion route. |
ConfigMapperInterface::getEditRoute |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route object for a translation edit form route. |
ConfigMapperInterface::getEditRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation edit form route. |
ConfigMapperInterface::getEditRouteParameters |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the route parameters for the translation edit form route. |
ConfigMapperInterface::getLangcode |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the original language code of the configuration. |
ConfigMapperInterface::getLangcodeFromConfig |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the language code of a configuration object given its name. |
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. |
ConfigMapperInterface::getTitle |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns title of this translation page. |
ConfigMapperInterface::getTypeLabel |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the label of the type of data the mapper encapsulates. |
ConfigMapperInterface::getTypeName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the name of the type of data the mapper encapsulates. |
ConfigMapperInterface::getWeight |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns the weight of the mapper. |
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::populateFromRouteMatch |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Populate the config mapper with route match data. |
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. |
ConfigMapperLanguageException |
class |
core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php |
Provides an exception for configuration mappers with multiple languages. |
ConfigMapperLanguageException.php |
file |
core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php |
|