function StringStorageInterface::getTranslations
Same name in other branches
- 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::getTranslations()
- 8.9.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::getTranslations()
- 11.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::getTranslations()
Loads multiple string translation objects.
Parameters
array $conditions: (optional) Array with conditions that will be used to filter the strings returned and may include all of the conditions defined by getStrings().
array $options: (optional) An associative array of additional options. It may contain any of the options defined by getStrings().
Return value
\Drupal\locale\StringInterface[] Array of \Drupal\locale\StringInterface objects matching the conditions.
See also
\Drupal\locale\StringStorageInterface::getStrings()
File
-
core/
modules/ locale/ src/ StringStorageInterface.php, line 47
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function getTranslations(array $conditions = [], array $options = []);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.