public function BlockManagerForm::submitForm in Gutenberg 8.2
Same name and namespace in other branches
- 8 modules/gutenberg_cloud/src/Form/BlockManagerForm.php \Drupal\gutenberg_cloud\Form\BlockManagerForm::submitForm()
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides ConfigFormBase::submitForm
File
- modules/
gutenberg_cloud/ src/ Form/ BlockManagerForm.php, line 327
Class
- BlockManagerForm
- Configure Gutenberg Cloud blocks.
Namespace
Drupal\gutenberg_cloud\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}