public function HomeboxLayoutStorageInterface::countDefaultLanguageRevisions in Homebox 8
Counts the number of revisions in the default language.
Parameters
\Drupal\homebox\Entity\HomeboxLayoutInterface $entity: The Homebox Layout entity.
Return value
int The number of revisions in the default language.
1 method overrides HomeboxLayoutStorageInterface::countDefaultLanguageRevisions()
- HomeboxLayoutStorage::countDefaultLanguageRevisions in src/
HomeboxLayoutStorage.php - Counts the number of revisions in the default language.
File
- src/
HomeboxLayoutStorageInterface.php, line 51
Class
- HomeboxLayoutStorageInterface
- Defines the storage handler class for Homebox Layout entities.
Namespace
Drupal\homeboxCode
public function countDefaultLanguageRevisions(HomeboxLayoutInterface $entity);