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

1
2
3
public static function analyzer() {
  return \Drupal::service('views.analyzer');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.