public function ProjectListForm::getFormID in Optimizely 8.0
Same name and namespace in other branches
- 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\optimizelyCode
public function getFormID() {
return 'optimizely-project-listing';
}