You are here

public function AddUpdateForm::getFormID in Optimizely 8.3

File

src/Form/AddUpdateForm.php, line 22

Class

AddUpdateForm
Implements the form for the Add Projects page.

Namespace

Drupal\optimizely\Form

Code

public function getFormID() {
  return 'optimizely-add-update';
}