TranslationString::isSource

public TranslationString::isSource()

Checks whether the object is a source string.

Return value

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

Overrides StringInterface::isSource

File

core/modules/locale/src/TranslationString.php, line 72

Class

TranslationString
Defines the locale translation string object.

Namespace

Drupal\locale

Code

public function isSource() {
  return FALSE;
}
doc_Drupal
2016-10-29 09:49:26
Comments
Leave a Comment

Please login to continue.