function IconPackExtractorForm::submitConfigurationForm

Overrides PluginFormInterface::submitConfigurationForm

File

core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php, line 36

Class

IconPackExtractorForm
The icon pack extractor form plugin.

Namespace

Drupal\Core\Theme\Icon

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) : void {
    $this->plugin
        ->submitConfigurationForm($form, $form_state);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.