function Analyze::getFormKey

Same name and namespace in other branches
  1. 8.9.x core/modules/views_ui/src/Form/Ajax/Analyze.php \Drupal\views_ui\Form\Ajax\Analyze::getFormKey()
  2. 10 core/modules/views_ui/src/Form/Ajax/Analyze.php \Drupal\views_ui\Form\Ajax\Analyze::getFormKey()
  3. 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\Ajax

Code

public function getFormKey() {
    return 'analyze';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.