public function ShortenFormCurrentPage::submitForm in Shorten URLs 8
Same name and namespace in other branches
- 8.2 src/Form/ShortenFormCurrentPage.php \Drupal\shorten\Form\ShortenFormCurrentPage::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 FormInterface::submitForm
File
- src/
Form/ ShortenFormCurrentPage.php, line 38
Class
- ShortenFormCurrentPage
- Builds a form which allows shortening of a URL via the UI.
Namespace
Drupal\shorten\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Nothing todo here.
}