function StringStorageInterface::findString
Same name in other branches
- 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::findString()
- 10 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::findString()
- 11.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::findString()
Loads a string source object, fast query.
These 'fast query' methods are the ones in the critical path and their implementation must be optimized for speed, as they may run many times in a single page request.
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\SourceString|null Minimal TranslationString object if found, NULL otherwise.
1 method overrides StringStorageInterface::findString()
- StringDatabaseStorage::findString in core/
modules/ locale/ src/ StringDatabaseStorage.php - Loads a string source object, fast query.
File
-
core/
modules/ locale/ src/ StringStorageInterface.php, line 80
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function findString(array $conditions);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.