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 core/
modules/ views_ui/ src/ Form/ Ajax/ Analyze.php  - Form constructor.
 
File
- 
              core/
modules/ views/ src/ Views.php, line 87  
Class
- Views
 - Static service container wrapper for views.
 
Namespace
Drupal\viewsCode
public static function analyzer() {
  return \Drupal::service('views.analyzer');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.