public function PluginUIBase::formSubmit

Implements \Drupal\system\Plugin\PluginUIInterface::formSumbit().

Overrides PluginUIInterface::formSubmit

1 method overrides PluginUIBase::formSubmit()
BlockPluginUI::formSubmit in drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php
Overrides \Drupal\system\Plugin\PluginUIBase::formSubmit().

File

drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIBase.php, line 56
Contains \Drupal\system\Plugin\PluginUIBase.

Class

PluginUIBase
Provides defaults for creating user interfaces for plugins of a given type.

Namespace

Drupal\system\Plugin

Code

public function formSubmit($form, &$form_state) {
}