You are here

public function SchemaListenerController::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/tests/config_test/src/SchemaListenerController.php \Drupal\config_test\SchemaListenerController::__construct()

Constructs the SchemaListenerController object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.

File

core/modules/config/tests/config_test/src/SchemaListenerController.php, line 26
Contains \Drupal\config_test\SchemaListenerController.

Class

SchemaListenerController
Controller for testing \Drupal\Core\Config\Testing\ConfigSchemaChecker.

Namespace

Drupal\config_test

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}