public function StringInterface::hasLocation in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 199 - Contains \Drupal\locale\StringInterface.
Class
- StringInterface
- Defines the locale string interface.
Namespace
Drupal\localeCode
public function hasLocation($type, $name);