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'; }
Please login to continue.