public function 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 drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::hasLocation().

File

drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php, line 206
Definition of Drupal\locale\StringInterface.

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function hasLocation($type, $name);