public StringInterface::hasLocation($type, $name)
Checks whether the string has a given location.
Parameters
string $type: Location type.
string $name: Location name.
Return value
bool TRUE if the string has a location with this type and name.
File
core/modules/locale/src/StringInterface.php, line 194
Class
StringInterface Defines the locale string interface.
Namespace
Drupal\locale
Code
public function hasLocation($type, $name);