public function StringInterface::hasLocation in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::hasLocation()
- 9 core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::hasLocation()
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 195
Class
- StringInterface
- Defines the locale string interface.
Namespace
Drupal\localeCode
public function hasLocation($type, $name);