public function StringStorageInterface::countStrings in Localization update 7.2
Counts source strings.
Return value
int The number of source strings contained in the storage.
1 method overrides StringStorageInterface::countStrings()
- StringDatabaseStorage::countStrings in includes/
locale/ StringDatabaseStorage.php - Implements StringStorageInterface::countStrings().
File
- includes/
locale/ StringStorageInterface.php, line 134 - Contains \StringStorageInterface.
Class
- StringStorageInterface
- Defines the locale string storage interface.
Code
public function countStrings();