public static function Locale::config

Returns the locale configuration manager service.

Use the locale config manager service for creating locale-wrapped typed configuration objects.

Return value

\Drupal\locale\LocaleConfigManager

See also

\Drupal\Core\TypedData\TypedDataManager::create()

File

drupal/core/modules/locale/lib/Drupal/locale/Locale.php, line 27
Contains \Drupal\locale\Locale.

Class

Locale
Static service container wrapper for locale.

Namespace

Drupal\locale

Code

public static function config() {
  return Drupal::service('locale.config.typed');
}