You are here

protected property ConfigController::$targetStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Controller/ConfigController.php \Drupal\config\Controller\ConfigController::targetStorage

The target storage.

Type: \Drupal\Core\Config\StorageInterface

File

core/modules/config/src/Controller/ConfigController.php, line 31
Contains \Drupal\config\Controller\ConfigController.

Class

ConfigController
Returns responses for config module routes.

Namespace

Drupal\config\Controller

Code

protected $targetStorage;