public function StringStorageInterface::countStrings

Counts source strings.

Return value

int The number of source strings contained in the storage.

1 method overrides StringStorageInterface::countStrings()

File

drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php, line 153
Contains \Drupal\locale\StringStorageInterface.

Class

StringStorageInterface
Defines the locale string storage interface.

Namespace

Drupal\locale

Code

public function countStrings();