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\ControllerCode
public function __construct(ClassLoader $class_loader) {
$this->classLoader = $class_loader;
}