You are here

public function LocaleProjectStorageInterface::getAll in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::getAll()
  2. 9 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::getAll()

Returns all the project records.

Return value

array An associative array of items successfully returned, indexed by key.

File

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

Class

LocaleProjectStorageInterface
Defines the locale project storage interface.

Namespace

Drupal\locale

Code

public function getAll();