function LocaleProjectStorageInterface::countProjects

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

Returns the count of project records.

Return value

int The number of saved items.

File

core/modules/locale/src/LocaleProjectStorageInterface.php, line 100

Class

LocaleProjectStorageInterface
Defines the locale project storage interface.

Namespace

Drupal\locale

Code

public function countProjects();

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