LocaleTranslation::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/modules/locale/src/LocaleTranslation.php, line 71 Class LocaleTranslation String translator using the locale module. Namespace Drupal\locale Code protected $languageManager;

LocaleTranslation::$configFactory

The configuration factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/modules/locale/src/LocaleTranslation.php, line 34 Class LocaleTranslation String translator using the locale module. Namespace Drupal\locale Code protected $configFactory;

LocaleTranslation::$cache

The cache backend that should be used. Type: \Drupal\Core\Cache\CacheBackendInterface File core/modules/locale/src/LocaleTranslation.php, line 50 Class LocaleTranslation String translator using the locale module. Namespace Drupal\locale Code protected $cache;

LocaleTranslation

String translator using the locale module. Full featured translation system using locale's string storage and database caching. Hierarchy class \Drupal\locale\LocaleTranslation implements DestructableInterface, TranslatorInterface File core/modules/locale/src/LocaleTranslation.php, line 20 Namespace Drupal\locale Members Name Modifiers Type Description LocaleTranslation::$cache protected property The cache backend that should be used. LocaleTranslation::$configFactory

LocaleSettingsForm::validateForm

public LocaleSettingsForm::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormBase::validateForm File core/modules/locale/src/Form/LocaleSettingsForm.php, line 90 Class LocaleSettingsForm Configure locale settings for this site. Namespace Drupal\locale\Form Code public func

LocaleSettingsForm::submitForm

public LocaleSettingsForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ConfigFormBase::submitForm File core/modules/locale/src/Form/LocaleSettingsForm.php, line 101 Class LocaleSettingsForm Configure locale settings for this site. Namespace Drupal\locale\Form Code public f

LocaleSettingsForm::getFormId

public LocaleSettingsForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/locale/src/Form/LocaleSettingsForm.php, line 16 Class LocaleSettingsForm Configure locale settings for this site. Namespace Drupal\locale\Form Code public function getFormId() { return 'locale_translate_settings'; }

LocaleSettingsForm::getEditableConfigNames

protected LocaleSettingsForm::getEditableConfigNames() Gets the configuration names that will be editable. Return value array An array of configuration object names that are editable if called in conjunction with the trait's config() method. Overrides ConfigFormBaseTrait::getEditableConfigNames File core/modules/locale/src/Form/LocaleSettingsForm.php, line 23 Class LocaleSettingsForm Configure locale settings for this site. Namespace Drupal\locale\Form Code protected function getEdita

LocaleSettingsForm::buildForm

public LocaleSettingsForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides ConfigFormBase::buildForm File core/modules/locale/src/Form/LocaleSettingsForm.php, line 30 Class LocaleSettingsForm Configure locale settings for this site. Namespace Drupal\l

LocaleSettingsForm

Configure locale settings for this site. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfigFormBase uses ConfigFormBaseTraitclass \Drupal\locale\Form\LocaleSettingsForm File core/modules/locale/src/Form/LocaleSettingsForm.php, line 11 Namespace Drupal\locale\Form Membe