public StringStorageInterface::getLocations(array $conditions = array())
Loads string location information.
Parameters
array $conditions: (optional) Array with conditions to filter the locations that may be any of the following elements:
'sid', The string identifier. 'type', The location type. 'name', The location name.
Return value
\Drupal\locale\StringInterface[] Array of \Drupal\locale\StringInterface objects matching the conditions.
See also
\Drupal\locale\StringStorageInterface::getSt