public CommentAdminOverview::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/modules/comment/src/Form/CommentAdminOverview.php, line 82
Class
- CommentAdminOverview
- Provides the comments overview administration form.
Namespace
Drupal\comment\Form
Code
public function getFormId() { return 'comment_admin_overview'; }
Please login to continue.