You are here

public function ProjectListForm::submitForm in Optimizely 8

Same name and namespace in other branches
  1. 8.0 src/ProjectListForm.php \Drupal\optimizely\ProjectListForm::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/ProjectListForm.php, line 218

Class

ProjectListForm
Implements the form for the Projects Listing.

Namespace

Drupal\optimizely

Code

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

  // Not used.
}