public function StringInterface::isSource

Checks whether the object is a source string.

Return value

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

2 methods override StringInterface::isSource()
SourceString::isSource in drupal/core/modules/locale/lib/Drupal/locale/SourceString.php
Implements Drupal\locale\StringInterface::isSource().
TranslationString::isSource in drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php
Implements Drupal\locale\StringInterface::isSource().

File

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

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function isSource();