FieldCollectionInterface.php in Field collection 8
Same filename and directory in other branches
Namespace
Drupal\field_collectionFile
src/FieldCollectionInterface.phpView source
<?php
namespace Drupal\field_collection;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a field collection entity.
*/
interface FieldCollectionInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
FieldCollectionInterface | Provides an interface defining a field collection entity. |