public function FlaggingCollectionStorageInterface::countDefaultLanguageRevisions in Flag Lists 4.0.x
Same name and namespace in other branches
- 8 src/FlaggingCollectionStorageInterface.php \Drupal\flag_lists\FlaggingCollectionStorageInterface::countDefaultLanguageRevisions()
Counts the number of revisions in the default language.
Parameters
\Drupal\flag_lists\Entity\FlaggingCollectionInterface $entity: The Flagging collection entity.
Return value
int The number of revisions in the default language.
1 method overrides FlaggingCollectionStorageInterface::countDefaultLanguageRevisions()
- FlaggingCollectionStorage::countDefaultLanguageRevisions in src/
FlaggingCollectionStorage.php - Counts the number of revisions in the default language.
File
- src/
FlaggingCollectionStorageInterface.php, line 51
Class
- FlaggingCollectionStorageInterface
- Defines the storage handler class for Flagging collection entities.
Namespace
Drupal\flag_listsCode
public function countDefaultLanguageRevisions(FlaggingCollectionInterface $entity);