function StringStorageInterface::findTranslation
Same name in other branches
- 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::findTranslation()
- 10 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::findTranslation()
- 11.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::findTranslation()
Loads a string translation object, fast query.
This function must only be used when actually translating strings as it will have the effect of updating the string version. For other purposes the getTranslations() method should be used instead.
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().
Return value
\Drupal\locale\TranslationString|null Minimal TranslationString object if found, NULL otherwise.
1 method overrides StringStorageInterface::findTranslation()
- StringDatabaseStorage::findTranslation in core/
modules/ locale/ src/ StringDatabaseStorage.php - Loads a string translation object, fast query.
File
-
core/
modules/ locale/ src/ StringStorageInterface.php, line 96
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function findTranslation(array $conditions);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.