Loading core/modules/locale/src/LocaleConfigManager.php +3 −2 Original line number Diff line number Diff line Loading @@ -289,8 +289,9 @@ protected function deleteTranslationOverride($name, $langcode) { * Gets configuration names associated with components. * * @param array $components * (optional) Array of component lists indexed by type. If not present or it * is an empty array, it will update all components. * (optional) An associative array containing component types as keys and lists * of components as values. If not provided or is empty, the method returns all * configuration names. * * @return array * Array of configuration object names. Loading Loading
core/modules/locale/src/LocaleConfigManager.php +3 −2 Original line number Diff line number Diff line Loading @@ -289,8 +289,9 @@ protected function deleteTranslationOverride($name, $langcode) { * Gets configuration names associated with components. * * @param array $components * (optional) Array of component lists indexed by type. If not present or it * is an empty array, it will update all components. * (optional) An associative array containing component types as keys and lists * of components as values. If not provided or is empty, the method returns all * configuration names. * * @return array * Array of configuration object names. Loading