interface TestBaseFieldDefinitionInterface
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php \Drupal\Tests\Core\Field\TestBaseFieldDefinitionInterface
- 8.9.x core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php \Drupal\Tests\Core\Field\TestBaseFieldDefinitionInterface
- 11.x core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php \Drupal\Tests\Core\Field\TestBaseFieldDefinitionInterface
Defines a test interface to mock entity base field definitions.
Hierarchy
- interface \Drupal\Core\Field\FieldDefinitionInterface extends \Drupal\Core\TypedData\ListDataDefinitionInterface \Drupal\Core\Cache\CacheableDependencyInterface; interface \Drupal\Core\Field\FieldStorageDefinitionInterface extends \Drupal\Core\Cache\CacheableDependencyInterface
- interface \Drupal\Tests\Core\Field\TestBaseFieldDefinitionInterface extends \Drupal\Core\Field\FieldDefinitionInterface \Drupal\Core\Field\FieldStorageDefinitionInterface
Expanded class hierarchy of TestBaseFieldDefinitionInterface
All classes that implement TestBaseFieldDefinitionInterface
File
-
core/
tests/ Drupal/ Tests/ Core/ Field/ TestBaseFieldDefinitionInterface.php, line 13
Namespace
Drupal\Tests\Core\FieldView source
interface TestBaseFieldDefinitionInterface extends FieldDefinitionInterface, FieldStorageDefinitionInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.