You are here

public function ContactEmails::__construct in Contact Emails 8

Constructor.

File

src/ContactEmails.php, line 44

Class

ContactEmails
Class ContactEmails.

Namespace

Drupal\contact_emails

Code

public function __construct(CacheBackendInterface $cache, EntityFieldManagerInterface $entity_field_manager, EntityTypeBundleInfoInterface $entity_type_bundle_info) {
  $this->cache = $cache;
  $this->entityFieldManager = $entity_field_manager;
  $this->entityTypeBundleInfo = $entity_type_bundle_info;
}