protected static property ViewsTestEntity::$mockedBaseFieldDefinitions in Drupal 10
The mocked base fields for test entity types.
An array keyed by entity type ID, whose values are arrays of base field definitions.
Type: array
File
- core/
modules/ views/ tests/ src/ Kernel/ Entity/ EntityViewsDataTest.php, line 837
Class
- ViewsTestEntity
- Generic entity class for our test entity types.
Namespace
Drupal\Tests\views\Kernel\EntityCode
protected static $mockedBaseFieldDefinitions = [];