You are here

protected function ContributorName::ensureComputedValue in Bibliography & Citation 8

Same name and namespace in other branches
  1. 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_entity

Code

protected function ensureComputedValue() {
  $this
    ->computeValue();
}