You are here

constant TranslationStatusInterface::TRANSLATION_EXISTING in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php \Drupal\Core\TypedData\TranslationStatusInterface::TRANSLATION_EXISTING
  2. 10 core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php \Drupal\Core\TypedData\TranslationStatusInterface::TRANSLATION_EXISTING

Status code identifying an existing translation.

File

core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php, line 18

Class

TranslationStatusInterface
Defines an interface for checking the status of an entity translation.

Namespace

Drupal\Core\TypedData

Code

const TRANSLATION_EXISTING = 1;