You are here

FieldCollectionInterface.php in Field collection 8.3

Same filename and directory in other branches
  1. 8 src/FieldCollectionInterface.php

File

src/FieldCollectionInterface.php
View 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

Namesort descending Description
FieldCollectionInterface Provides an interface defining a field collection entity.