You are here

interface FieldInheritancePluginInterface in Field Inheritance 8

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

FieldInheritancePluginInterface interface definition.

Hierarchy

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_inheritance
View source
interface FieldInheritancePluginInterface {

  /**
   * Compute the value of the field.
   */
  public function computeValue();

}

Members

Namesort descending Modifiers Type Description Overrides
FieldInheritancePluginInterface::computeValue public function Compute the value of the field. 1