You are here

protected property ControllerBase::$configFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Controller/ControllerBase.php \Drupal\Core\Controller\ControllerBase::configFactory

The configuration factory.

Type: \Drupal\Core\Config\Config

File

core/lib/Drupal/Core/Controller/ControllerBase.php, line 78
Contains \Drupal\Core\Controller\ControllerBase.

Class

ControllerBase
Utility base class for thin controllers.

Namespace

Drupal\Core\Controller

Code

protected $configFactory;