public function BlockStyleInterface::submitForm in Block Style Plugins 8
Adds block style specific submission handling for the block form.
Parameters
array $form: The form definition array for the full block configuration form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
1 method overrides BlockStyleInterface::submitForm()
- BlockStyleBase::submitForm in src/
Plugin/ BlockStyleBase.php
File
- src/
Plugin/ BlockStyleInterface.php, line 52
Class
- BlockStyleInterface
- Defines an interface for Block style plugins.
Namespace
Drupal\block_style_plugins\PluginCode
public function submitForm($form, FormStateInterface $form_state);