TranslatableInterface::isNewTranslation

public TranslatableInterface::isNewTranslation()

Checks whether the translation is new.

Return value

bool TRUE if the translation is new, FALSE otherwise.

File

core/lib/Drupal/Core/TypedData/TranslatableInterface.php, line 32

Class

TranslatableInterface
Interface for translatable data.

Namespace

Drupal\Core\TypedData

Code

public function isNewTranslation();
doc_Drupal
2016-10-29 09:49:02
Comments
Leave a Comment

Please login to continue.