CommentAdminOverview::getFormId

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';
}
doc_Drupal
2016-10-29 08:50:29
Comments
Leave a Comment

Please login to continue.