You are here

public function CommentAdminOverview::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Form/CommentAdminOverview.php \Drupal\comment\Form\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 87
Contains \Drupal\comment\Form\CommentAdminOverview.

Class

CommentAdminOverview
Provides the comments overview administration form.

Namespace

Drupal\comment\Form

Code

public function getFormId() {
  return 'comment_admin_overview';
}