You are here

public function EasyEmailStorageInterface::countDefaultLanguageRevisions in Easy Email 8

Same name and namespace in other branches
  1. 2.0.x src/EasyEmailStorageInterface.php \Drupal\easy_email\EasyEmailStorageInterface::countDefaultLanguageRevisions()

Counts the number of revisions in the default language.

Parameters

\Drupal\easy_email\Entity\EasyEmailInterface $entity: The Email entity.

Return value

int The number of revisions in the default language.

1 method overrides EasyEmailStorageInterface::countDefaultLanguageRevisions()
EasyEmailStorage::countDefaultLanguageRevisions in src/EasyEmailStorage.php
Counts the number of revisions in the default language.

File

src/EasyEmailStorageInterface.php, line 58

Class

EasyEmailStorageInterface
Defines the storage handler class for Email entities.

Namespace

Drupal\easy_email

Code

public function countDefaultLanguageRevisions(EasyEmailInterface $entity);