You are here

ContributorFieldInterface.php in Bibliography & Citation 2.0.x

File

modules/bibcite_entity/src/Plugin/Field/FieldType/ContributorFieldInterface.php
View source
<?php

namespace Drupal\bibcite_entity\Plugin\Field\FieldType;


/**
 * Interface for Bibcite Contributor fields.
 */
interface ContributorFieldInterface {

}

Interfaces

Namesort descending Description
ContributorFieldInterface Interface for Bibcite Contributor fields.