You are here

public function ReferenceTypeInterface::getFields in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php \Drupal\bibcite_entity\Entity\ReferenceTypeInterface::getFields()

Get fields configuration array.

Return value

array Array of fields configuration.

1 method overrides ReferenceTypeInterface::getFields()
ReferenceType::getFields in modules/bibcite_entity/src/Entity/ReferenceType.php
Get fields configuration array.

File

modules/bibcite_entity/src/Entity/ReferenceTypeInterface.php, line 46

Class

ReferenceTypeInterface
Provides an interface for defining Reference type entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function getFields();