You are here

public function Language::submitConfigurationForm in Drupal 10

Same name in this branch
  1. 10 core/modules/language/src/Plugin/Condition/Language.php \Drupal\language\Plugin\Condition\Language::submitConfigurationForm()
  2. 10 core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Language::submitConfigurationForm()

File

core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php, line 91

Class

Language
CKEditor 5 Language plugin.

Namespace

Drupal\ckeditor5\Plugin\CKEditor5Plugin

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
  $this->configuration['language_list'] = $form_state
    ->getValue('language_list');
}