You are here

FieldInheritancePluginInterface.php in Field Inheritance 8

Same filename and directory in other branches
  1. 2.0.x src/FieldInheritancePluginInterface.php

File

src/FieldInheritancePluginInterface.php
View source
<?php

namespace Drupal\field_inheritance;


/**
 * FieldInheritancePluginInterface interface definition.
 */
interface FieldInheritancePluginInterface {

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

}

Interfaces

Namesort descending Description
FieldInheritancePluginInterface FieldInheritancePluginInterface interface definition.