You are here

protected property PluralTranslation::$context in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Annotation/PluralTranslation.php \Drupal\Core\Annotation\PluralTranslation::context
  2. 10 core/lib/Drupal/Core/Annotation/PluralTranslation.php \Drupal\Core\Annotation\PluralTranslation::context

The context the source strings belong to.

Type: string

File

core/lib/Drupal/Core/Annotation/PluralTranslation.php, line 64

Class

PluralTranslation
Defines an annotation object for strings that require plural forms.

Namespace

Drupal\Core\Annotation

Code

protected $context;