public function PhotosAccessPasswordForm::submitForm in Album Photos 8.4
Same name and namespace in other branches
- 8.5 photos_access/src/Form/PhotosAccessPasswordForm.php \Drupal\photos_access\Form\PhotosAccessPasswordForm::submitForm()
- 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\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// ...
}