public function StringStorageInterface::getTranslations in Localization update 7.2
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
array Array of \StringInterface objects matching the conditions.
See also
StringStorageInterface::getStrings()
1 method overrides StringStorageInterface::getTranslations()
- StringDatabaseStorage::getTranslations in includes/
locale/ StringDatabaseStorage.php - Implements StringStorageInterface::getTranslations().
File
- includes/
locale/ StringStorageInterface.php, line 50 - Contains \StringStorageInterface.
Class
- StringStorageInterface
- Defines the locale string storage interface.
Code
public function getTranslations(array $conditions = array(), array $options = array());