You are here

public function ProjectListForm::getFormID in Optimizely 8

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

File

src/ProjectListForm.php, line 22

Class

ProjectListForm
Implements the form for the Projects Listing.

Namespace

Drupal\optimizely

Code

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