function StringStorageInterface::countStrings

Same name and namespace in other branches
  1. 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::countStrings()
  2. 8.9.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::countStrings()
  3. 10 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::countStrings()

Counts source strings.

Return value

int The number of source strings contained in the storage.

File

core/modules/locale/src/StringStorageInterface.php, line 148

Class

StringStorageInterface
Defines the locale string storage interface.

Namespace

Drupal\locale

Code

public function countStrings();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.