Analyzer::__construct

public Analyzer::__construct(ModuleHandlerInterface $module_handler)

Constructs an Analyzer object.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler that invokes the 'views_analyze' hook.

File

core/modules/views/src/Analyzer.php, line 30

Class

Analyzer
This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself…

Namespace

Drupal\views

Code

public function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}
doc_Drupal
2016-10-29 08:44:28
Comments
Leave a Comment

Please login to continue.