TranslatableInterface::isDefaultTranslation

public TranslatableInterface::isDefaultTranslation()

Checks whether the translation is the default one.

Return value

bool TRUE if the translation is the default one, FALSE otherwise.

File

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

Class

TranslatableInterface
Interface for translatable data.

Namespace

Drupal\Core\TypedData

Code

1
public function isDefaultTranslation();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.