function StringInterface::hasLocation
Same name in other branches
- 8.9.x core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::hasLocation()
- 10 core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::hasLocation()
- 11.x 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.
1 method overrides StringInterface::hasLocation()
- StringBase::hasLocation in core/
modules/ locale/ src/ StringBase.php - Checks whether the string has a given location.
File
-
core/
modules/ locale/ src/ StringInterface.php, line 195
Class
- StringInterface
- Defines the locale string interface.
Namespace
Drupal\localeCode
public function hasLocation($type, $name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.