Views::analyzer

public static Views::analyzer()

Returns the view analyzer.

Return value

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

File

core/modules/views/src/Views.php, line 87

Class

Views
Static service container wrapper for views.

Namespace

Drupal\views

Code

public static function analyzer() {
  return \Drupal::service('views.analyzer');
}
doc_Drupal
2016-10-29 09:54:47
Comments
Leave a Comment

Please login to continue.