TestBaseFieldDefinitionInterface.php

Same filename and directory in other branches
  1. 9 core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php
  2. 8.9.x core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php
  3. 10 core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php

Namespace

Drupal\Tests\Core\Field

File

core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\Core\Field;

use Drupal\Core\Field\FieldDefinitionInterface;
use Drupal\Core\Field\FieldStorageDefinitionInterface;

/**
 * Defines a test interface to mock entity base field definitions.
 */
interface TestBaseFieldDefinitionInterface extends FieldDefinitionInterface, FieldStorageDefinitionInterface {

}

Interfaces

Title Deprecated Summary
TestBaseFieldDefinitionInterface Defines a test interface to mock entity base field definitions.

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