public function StringDatabaseStorage::getStrings

Implements Drupal\locale\StringStorageInterface::getStrings().

Overrides StringStorageInterface::getStrings

File

drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php, line 50
Definition of Drupal\locale\StringDatabaseStorage.

Class

StringDatabaseStorage
Defines the locale string class.

Namespace

Drupal\locale

Code

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