You are here

public function FieldInheritancePluginInterface::computeValue in Field Inheritance 8

Same name and namespace in other branches
  1. 2.0.x src/FieldInheritancePluginInterface.php \Drupal\field_inheritance\FieldInheritancePluginInterface::computeValue()

Compute the value of the field.

1 method overrides FieldInheritancePluginInterface::computeValue()
FieldInheritancePluginBase::computeValue in src/Plugin/FieldInheritance/FieldInheritancePluginBase.php
Compute the value of the field.

File

src/FieldInheritancePluginInterface.php, line 13

Class

FieldInheritancePluginInterface
FieldInheritancePluginInterface interface definition.

Namespace

Drupal\field_inheritance

Code

public function computeValue();