SourceString::isTranslation

public SourceString::isTranslation()

Checks whether the object is a translation string.

Return value

bool TRUE if the object is a translation string, FALSE otherwise.

Overrides StringInterface::isTranslation

File

core/modules/locale/src/SourceString.php, line 23

Class

SourceString
Defines the locale source string object.

Namespace

Drupal\locale

Code

public function isTranslation() {
  return FALSE;
}
doc_Drupal
2016-10-29 09:43:14
Comments
Leave a Comment

Please login to continue.