FieldInheritancePluginInterface.php in Field Inheritance 8
Same filename and directory in other branches
Namespace
Drupal\field_inheritanceFile
src/FieldInheritancePluginInterface.phpView source
<?php
namespace Drupal\field_inheritance;
/**
* FieldInheritancePluginInterface interface definition.
*/
interface FieldInheritancePluginInterface {
/**
* Compute the value of the field.
*/
public function computeValue();
}
Interfaces
Name | Description |
---|---|
FieldInheritancePluginInterface | FieldInheritancePluginInterface interface definition. |