public function Analyze::getFormKey

Implements \Drupal\views_ui\Form\Ajax\ViewsFormInterface::getFormKey().

Overrides ViewsFormInterface::getFormKey

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Analyze.php, line 22
Contains \Drupal\views_ui\Form\Ajax\Analyze.

Class

Analyze
Displays analysis information for a view.

Namespace

Drupal\views_ui\Form\Ajax

Code

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