public function ConfigForm::__construct in Apigee Edge 8
ConfigForm constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.
\Drupal\apigee_edge_debug\DebugMessageFormatterPluginManager $plugin_manager: The debug message formatter plugin manager.
Overrides ConfigFormBase::__construct
File
- modules/
apigee_edge_debug/ src/ Form/ ConfigForm.php, line 49
Class
- ConfigForm
- Provides a form for changing configuration of the debug module.
Namespace
Drupal\apigee_edge_debug\FormCode
public function __construct(ConfigFactoryInterface $config_factory, DebugMessageFormatterPluginManager $plugin_manager) {
parent::__construct($config_factory);
$this->pluginManager = $plugin_manager;
}