public function LocaleProjectStorageInterface::countProjects in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::countProjects()
Returns the count of project records.
Return value
int The number of saved items.
1 method overrides LocaleProjectStorageInterface::countProjects()
- LocaleProjectStorage::countProjects in core/
modules/ locale/ src/ LocaleProjectStorage.php - Returns the count of project records.
File
- core/
modules/ locale/ src/ LocaleProjectStorageInterface.php, line 105 - Contains \Drupal\locale\LocaleProjectStorageInterface.
Class
- LocaleProjectStorageInterface
- Defines the locale project storage interface.
Namespace
Drupal\localeCode
public function countProjects();