You are here

public function ReferenceTypeInterface::setFields 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::setFields()

Set fields configuration array.

Parameters

array $fields: Array of fields configuration.

Return value

\Drupal\bibcite_entity\Entity\ReferenceTypeInterface Callable entity object.

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

File

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

Class

ReferenceTypeInterface
Provides an interface for defining Reference type entities.

Namespace

Drupal\bibcite_entity\Entity

Code

public function setFields(array $fields);