Constructs an Analyzer object.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler that invokes the 'views_analyze' hook.
public function __construct(ModuleHandlerInterface $module_handler) { $this->moduleHandler = $module_handler; }