interface TestBaseFieldDefinitionInterface

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php \Drupal\Tests\Core\Field\TestBaseFieldDefinitionInterface
  2. 8.9.x core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php \Drupal\Tests\Core\Field\TestBaseFieldDefinitionInterface
  3. 10 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\Field
View source
interface TestBaseFieldDefinitionInterface extends FieldDefinitionInterface, FieldStorageDefinitionInterface {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.