TestBaseFieldDefinitionInterface.php
Same filename in other branches
Namespace
Drupal\Tests\Core\FieldFile
-
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.