public function ScheduleStorageInterface::countDefaultLanguageRevisions in Business Rules 8
Same name and namespace in other branches
- 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_rulesCode
public function countDefaultLanguageRevisions(ScheduleInterface $entity);