You are here

public function StringStorageInterface::countStrings in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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.

1 method overrides StringStorageInterface::countStrings()
StringDatabaseStorage::countStrings in core/modules/locale/src/StringDatabaseStorage.php
Counts source strings.

File

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

Class

StringStorageInterface
Defines the locale string storage interface.

Namespace

Drupal\locale

Code

public function countStrings();