public function StringMongoDBStorage::getTranslations in MongoDB 8
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 \Drupal\locale\StringInterface objects matching the conditions.
Overrides StringStorageInterface::getTranslations
See also
\Drupal\locale\StringStorageInterface::getStrings()
File
- mongodb_locale/
src/ StringStorage.php, line 115
Class
Namespace
Drupal\mongodb_localeCode
public function getTranslations(array $conditions = array(), array $options = array()) {
// TODO: Implement getTranslations() method.
}