public static function Views::analyzer

Returns the view analyzer.

Return value

\Drupal\views\Analyzer Returns a view analyzer object.

1 call to Views::analyzer()
Analyze::buildForm in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Analyze.php
Implements \Drupal\Core\Form\FormInterface::buildForm().

File

drupal/core/modules/views/lib/Drupal/views/Views.php, line 43
Contains \Drupal\views\Views.

Class

Views
Static service container wrapper for views.

Namespace

Drupal\views

Code

public static function analyzer() {
  return Drupal::service('views.analyzer');
}