You are here

public function StringInterface::hasLocation in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/locale/src/StringInterface.php \Drupal\locale\StringInterface::hasLocation()
  2. 10 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\locale

Code

public function hasLocation($type, $name);