public function LocaleProjectStorage::countProjects in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/src/LocaleProjectStorage.php \Drupal\locale\LocaleProjectStorage::countProjects()
- 9 core/modules/locale/src/LocaleProjectStorage.php \Drupal\locale\LocaleProjectStorage::countProjects()
File
- core/
modules/ locale/ src/ LocaleProjectStorage.php, line 154
Class
- LocaleProjectStorage
- Provides the locale project storage system using a key value store.
Namespace
Drupal\localeCode
public function countProjects() {
return count($this
->getAll());
}