You are here

constant TranslationStatusInterface::TRANSLATION_REMOVED in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php \Drupal\Core\TypedData\TranslationStatusInterface::TRANSLATION_REMOVED

Status code identifying a removed translation.

File

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

Class

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

Namespace

Drupal\Core\TypedData

Code

const TRANSLATION_REMOVED = 0;