You are here

protected property OptionsFieldUnitTestBase::$fieldStorageDefinition in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php \Drupal\Tests\options\Kernel\OptionsFieldUnitTestBase::fieldStorageDefinition

The field storage definition used to created the field storage.

Type: array

File

core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php, line 33

Class

OptionsFieldUnitTestBase
Base class for Options module integration tests.

Namespace

Drupal\Tests\options\Kernel

Code

protected $fieldStorageDefinition;