protected function ContributorName::ensureComputedValue in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/ContributorName.php \Drupal\bibcite_entity\ContributorName::ensureComputedValue()
Compute values every time.
Overrides ComputedItemListTrait::ensureComputedValue
File
- modules/
bibcite_entity/ src/ ContributorName.php, line 40
Class
- ContributorName
- Contributor name computed field.
Namespace
Drupal\bibcite_entityCode
protected function ensureComputedValue() {
$this
->computeValue();
}