You are here

public function ProjectListForm::getFormID in Optimizely 8.0

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

File

src/ProjectListForm.php, line 26
Contains \Drupal\optimizely\ProjectListForm

Class

ProjectListForm
Implements the form for the Projects Listing. The term "form" is used loosely here.

Namespace

Drupal\optimizely

Code

public function getFormID() {
  return 'optimizely-project-listing';
}