You are here

public function PhotosAccessPasswordForm::submitForm in Album Photos 8.5

Same name and namespace in other branches
  1. 8.4 photos_access/src/Form/PhotosAccessPasswordForm.php \Drupal\photos_access\Form\PhotosAccessPasswordForm::submitForm()
  2. 6.0.x photos_access/src/Form/PhotosAccessPasswordForm.php \Drupal\photos_access\Form\PhotosAccessPasswordForm::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

photos_access/src/Form/PhotosAccessPasswordForm.php, line 100

Class

PhotosAccessPasswordForm
Defines a form to upload photos to this site.

Namespace

Drupal\photos_access\Form

Code

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

  // ...
}