function Analyze::getFormKey
Same name in other branches
- 8.9.x core/modules/views_ui/src/Form/Ajax/Analyze.php \Drupal\views_ui\Form\Ajax\Analyze::getFormKey()
- 10 core/modules/views_ui/src/Form/Ajax/Analyze.php \Drupal\views_ui\Form\Ajax\Analyze::getFormKey()
- 11.x core/modules/views_ui/src/Form/Ajax/Analyze.php \Drupal\views_ui\Form\Ajax\Analyze::getFormKey()
Overrides ViewsFormInterface::getFormKey
File
-
core/
modules/ views_ui/ src/ Form/ Ajax/ Analyze.php, line 18
Class
- Analyze
- Displays analysis information for a view.
Namespace
Drupal\views_ui\Form\AjaxCode
public function getFormKey() {
return 'analyze';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.