Analyze::getFormId

public Analyze::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/views_ui/src/Form/Ajax/Analyze.php, line 23

Class

Analyze
Displays analysis information for a view.

Namespace

Drupal\views_ui\Form\Ajax

Code

public function getFormId() {
  return 'views_ui_analyze_view_form';
}
doc_Drupal
2016-10-29 08:44:26
Comments
Leave a Comment

Please login to continue.