You are here

public function AddUpdateForm::getFormID in Optimizely 8

Same name and namespace in other branches
  1. 8.0 src/AddUpdateForm.php \Drupal\optimizely\AddUpdateForm::getFormID()

File

src/AddUpdateForm.php, line 18

Class

AddUpdateForm
Implements the form for the Add Projects page.

Namespace

Drupal\optimizely

Code

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