interface FieldInheritancePluginInterface in Field Inheritance 2.0.x
Same name and namespace in other branches
- 8 src/FieldInheritancePluginInterface.php \Drupal\field_inheritance\FieldInheritancePluginInterface
FieldInheritancePluginInterface interface definition.
Hierarchy
- interface \Drupal\field_inheritance\FieldInheritancePluginInterface
Expanded class hierarchy of FieldInheritancePluginInterface
All classes that implement FieldInheritancePluginInterface
3 files declare their use of FieldInheritancePluginInterface
- DefaultFieldInheritancePlugin.php in src/
Plugin/ FieldInheritance/ DefaultFieldInheritancePlugin.php - EntityReferenceFieldInheritancePlugin.php in src/
Plugin/ FieldInheritance/ EntityReferenceFieldInheritancePlugin.php - FieldInheritancePluginBase.php in src/
Plugin/ FieldInheritance/ FieldInheritancePluginBase.php
File
- src/
FieldInheritancePluginInterface.php, line 8
Namespace
Drupal\field_inheritanceView source
interface FieldInheritancePluginInterface {
/**
* Compute the value of the field.
*/
public function computeValue();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FieldInheritancePluginInterface:: |
public | function | Compute the value of the field. | 1 |