Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Views.php

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\views

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal