You are here

public function ScheduleStorageInterface::countDefaultLanguageRevisions in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/ScheduleStorageInterface.php \Drupal\business_rules\ScheduleStorageInterface::countDefaultLanguageRevisions()

Counts the number of revisions in the default language.

Parameters

\Drupal\business_rules\Entity\ScheduleInterface $entity: The Schedule entity.

Return value

int The number of revisions in the default language.

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

File

src/ScheduleStorageInterface.php, line 51

Class

ScheduleStorageInterface
Defines the storage handler class for Schedule entities.

Namespace

Drupal\business_rules

Code

public function countDefaultLanguageRevisions(ScheduleInterface $entity);