public function ReferenceTypeInterface::getFields 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::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\EntityCode
public function getFields();