NegotiationConfigureForm::$languageTypes

Stores the configuration object for language.types. Type: \Drupal\Core\Config\Config File core/modules/language/src/Form/NegotiationConfigureForm.php, line 28 Class NegotiationConfigureForm Configure the selected language negotiation method for this site. Namespace Drupal\language\Form Code protected $languageTypes;

NegotiationConfigureForm::$languageManager

The language manager. Type: \Drupal\language\ConfigurableLanguageManagerInterface File core/modules/language/src/Form/NegotiationConfigureForm.php, line 35 Class NegotiationConfigureForm Configure the selected language negotiation method for this site. Namespace Drupal\language\Form Code protected $languageManager;

NegotiationConfigureForm::$blockStorage

The block storage. Type: \Drupal\Core\Entity\EntityStorageInterface|null File core/modules/language/src/Form/NegotiationConfigureForm.php, line 56 Class NegotiationConfigureForm Configure the selected language negotiation method for this site. Namespace Drupal\language\Form Code protected $blockStorage;

NegotiationConfigureForm::$blockManager

The block manager. Type: \Drupal\Core\Block\BlockManagerInterface File core/modules/language/src/Form/NegotiationConfigureForm.php, line 49 Class NegotiationConfigureForm Configure the selected language negotiation method for this site. Namespace Drupal\language\Form Code protected $blockManager;

NegotiationConfigureForm

Configure the selected language negotiation method 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\language\Form\NegotiationConfigureForm File core/modules/language/src/Form/NegotiationConfigureForm.php, line 21

NegotiationBrowserForm::__construct

public NegotiationBrowserForm::__construct(ConfigFactoryInterface $config_factory, ConfigurableLanguageManagerInterface $language_manager) Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler Overrides ConfigFormBase::__construct File core/modules/language/src/Form/NegotiationBrowserForm.php, line 30 Class NegotiationBrowserForm Configure the browser language negotiation method for this site. Namespace Drupal\language\Form Code public function _

NegotiationBrowserForm::validateForm

public NegotiationBrowserForm::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/language/src/Form/NegotiationBrowserForm.php, line 152 Class NegotiationBrowserForm Configure the browser language negotiation method for this site. Namespac

NegotiationBrowserForm::submitForm

public NegotiationBrowserForm::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/language/src/Form/NegotiationBrowserForm.php, line 190 Class NegotiationBrowserForm Configure the browser language negotiation method for this site. Namesp

NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings

protected NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings() Retrieves the browser's langcode mapping configuration array. Return value array The browser's langcode mapping configuration array. File core/modules/language/src/Form/NegotiationBrowserForm.php, line 207 Class NegotiationBrowserForm Configure the browser language negotiation method for this site. Namespace Drupal\language\Form Code protected function language_get_browser_drupal_langcode_mappings() {

NegotiationBrowserForm::getFormId

public NegotiationBrowserForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/language/src/Form/NegotiationBrowserForm.php, line 48 Class NegotiationBrowserForm Configure the browser language negotiation method for this site. Namespace Drupal\language\Form Code public function getFormId() { return 'language_negotiation_configure_browser_form'; }