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' ); } |
Please login to continue.