public function ReferenceTypeInterface::setFields in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public function setFields(array $fields);