You are here

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

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

Get fields configuration array.

Return value

array Array of fields configuration.

Overrides ReferenceTypeInterface::getFields

File

modules/bibcite_entity/src/Entity/ReferenceType.php, line 138

Class

ReferenceType
Defines the Reference type entity.

Namespace

Drupal\bibcite_entity\Entity

Code

public function getFields() {
  return $this->fields;
}