You are here

public function PluginController::__construct in Plugin 8

Constructs a SystemInfoController object.

Parameters

\Drupal\system\SystemManager $systemManager: System manager service.

File

src/Controller/pluginController.php, line 38
Contains \Drupal\plugin\PluginController.

Class

PluginController
Provides content for dialog tests.

Namespace

Drupal\plugin\Controller

Code

public function __construct(ClassLoader $class_loader) {
  $this->classLoader = $class_loader;
}