You are here

protected property FieldDefinitionTest::$storageSupportsTranslation in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php \Drupal\Tests\Core\Entity\FieldDefinitionTest::storageSupportsTranslation
  2. 9 core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php \Drupal\Tests\Core\Entity\FieldDefinitionTest::storageSupportsTranslation

A flag for setting if the field storage supports translation.

Type: bool

File

core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php, line 48

Class

FieldDefinitionTest
Unit test for the FieldDefinition class.

Namespace

Drupal\Tests\Core\Entity

Code

protected $storageSupportsTranslation = TRUE;