You are here

public function BundleConfigManager::__construct in Title 8.2

Parameters

EntityTypeManagerInterface $entityTypeManager:

File

src/BundleConfigManager.php, line 15

Class

BundleConfigManager
Allow management of the title module config.

Namespace

Drupal\title

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
}