You are here

protected property BaseFieldDefinitionTestBase::$definition in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php \Drupal\Tests\Core\Field\BaseFieldDefinitionTestBase::definition
  2. 9 core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php \Drupal\Tests\Core\Field\BaseFieldDefinitionTestBase::definition

The field definition used in this test.

Type: \Drupal\Core\Field\BaseFieldDefinition

File

core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php, line 21

Class

BaseFieldDefinitionTestBase
Provides setup method for testing base field definitions.

Namespace

Drupal\Tests\Core\Field

Code

protected $definition;