You are here

public function GeysirControllerBase::__construct in Geysir 8

File

src/Controller/GeysirControllerBase.php, line 29

Class

GeysirControllerBase

Namespace

Drupal\geysir\Controller

Code

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