You are here

public function AlinksController::__construct in Alinks 8

Constructs a new controller.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $configFactory: The configuration factory.

File

src/Controller/AlinksController.php, line 29

Class

AlinksController
Returns responses for alinks configuration routes.

Namespace

Drupal\alinks\Controller

Code

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