function LocaleProjectStorageInterface::getMultiple
Same name in other branches
- 9 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::getMultiple()
- 10 core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::getMultiple()
- 11.x core/modules/locale/src/LocaleProjectStorageInterface.php \Drupal\locale\LocaleProjectStorageInterface::getMultiple()
Returns a list of project records.
Parameters
array $keys: A list of keys to retrieve.
Return value
array An associative array of items successfully returned, indexed by key.
1 method overrides LocaleProjectStorageInterface::getMultiple()
- LocaleProjectStorage::getMultiple in core/
modules/ locale/ src/ LocaleProjectStorage.php - Returns a list of project records.
File
-
core/
modules/ locale/ src/ LocaleProjectStorageInterface.php, line 32
Class
- LocaleProjectStorageInterface
- Defines the locale project storage interface.
Namespace
Drupal\localeCode
public function getMultiple(array $keys);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.