You are here

protected property PrintableController::$configFactory in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/Controller/PrintableController.php \Drupal\printable\Controller\PrintableController::configFactory

The configuration factory.

Type: \Drupal\Core\Config\ConfigFactory

Overrides ControllerBase::$configFactory

File

src/Controller/PrintableController.php, line 30

Class

PrintableController
Controller to display an entity in a particular printable format.

Namespace

Drupal\printable\Controller

Code

protected $configFactory;