You are here

public function DirectoryBrowserUiForm::submitForm in Media Directories 3.x

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

modules/media_directories_ui/src/Form/DirectoryBrowserUiForm.php, line 194

Class

DirectoryBrowserUiForm
Uses a view to provide entity listing in a browser's widget.

Namespace

Drupal\media_directories_ui\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {

  // TODO: Implement submitForm() method.
}