Implements Drupal\locale\StringStorageInterface::getStrings().
Overrides StringStorageInterface::getStrings
public function getStrings(array $conditions = array(), array $options = array()) {
return $this
->dbStringLoad($conditions, $options, 'Drupal\\locale\\SourceString');
}