You are here

public function DsController::__construct in Display Suite 8.4

Construct method.

Parameters

\Drupal\Core\Entity\EntityTypeBundleInfoInterface $entityTypeBundleInfo: The EntityTypeBundleInfo object.

File

src/Controller/DsController.php, line 34

Class

DsController
Returns responses for Display Suite UI routes.

Namespace

Drupal\ds\Controller

Code

public function __construct(EntityTypeBundleInfoInterface $entityTypeBundleInfo) {
  $this->entityTypeBundleInfo = $entityTypeBundleInfo;
}