You are here

public function SneakySuperset::submitConfigurationForm in Drupal 10

Form submission handler.

Parameters

array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Calling code should pass on a subform state created through \Drupal\Core\Form\SubformState::createForSubform().

Overrides PluginFormInterface::submitConfigurationForm

File

core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php, line 32

Class

SneakySuperset

Namespace

Drupal\ckeditor5_plugin_elements_subset\Plugin\CKEditor5Plugin

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
}