You are here

public function EasyEmailStorage::getEmailTypeStorage in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/EasyEmailStorage.php \Drupal\easy_email\EasyEmailStorage::getEmailTypeStorage()

@inheritDoc

Overrides EasyEmailStorageInterface::getEmailTypeStorage

File

src/EasyEmailStorage.php, line 87

Class

EasyEmailStorage
Defines the storage handler class for Email entities.

Namespace

Drupal\easy_email

Code

public function getEmailTypeStorage() {
  return $this->entityTypeManager
    ->getStorage('easy_email_type');
}