public function ParagraphsBrowserForm::submitForm in Paragraphs Browser 8
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 FormInterface::submitForm
File
- src/
Form/ ParagraphsBrowserForm.php, line 262 - Contains \Drupal\paragraphs_browser\Form\ParagraphsBrowserForm.
Class
- ParagraphsBrowserForm
- Class CleanupUrlAliases.
Namespace
Drupal\paragraphs_browser\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}