public function LogStorageInterface::countDefaultLanguageRevisions in Log entity 8
Counts the number of revisions in the default language.
Parameters
\Drupal\log\LogInterface: The log entity.
Return value
int The number of revisions in the default language.
1 method overrides LogStorageInterface::countDefaultLanguageRevisions()
- LogStorage::countDefaultLanguageRevisions in src/
LogStorage.php - Counts the number of revisions in the default language.
File
- src/
LogStorageInterface.php, line 50 - Contains \Drupal\log\LogStorageInterface.
Class
- LogStorageInterface
- Defines an interface for log entity storage classes.
Namespace
Drupal\logCode
public function countDefaultLanguageRevisions(LogInterface $log);