public function 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();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!TypedData!TranslatableInterface.php/function/TranslatableInterface::isNewTranslation/8.1.x