public static property EntityManagerTestEntity::$bundleFieldDefinitions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php \Drupal\Tests\Core\Entity\EntityManagerTestEntity::bundleFieldDefinitions
The bundle field definitions.
Keys are entity type IDs, values are arrays of which the keys are bundle names and the values are field definitions.
Type: array[]
File
- core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php, line 808 - Contains \Drupal\Tests\Core\Entity\EntityFieldManagerTest.
Class
- EntityManagerTestEntity
- Provides a content entity with dummy static method implementations.
Namespace
Drupal\Tests\Core\EntityCode
public static $bundleFieldDefinitions = [];