public function Overview::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/forum/src/Form/Overview.php \Drupal\forum\Form\Overview::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides OverviewTerms::getFormId
File
- core/
modules/ forum/ src/ Form/ Overview.php, line 46 - Contains \Drupal\forum\Form\Overview.
Class
Namespace
Drupal\forum\FormCode
public function getFormId() {
return 'forum_overview';
}