You are here

public function FieldInheritanceInterface::destinationField in Field Inheritance 8

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

Get the inheritance destination field.

Return value

string The inheritance destination field.

1 method overrides FieldInheritanceInterface::destinationField()
FieldInheritance::destinationField in src/Entity/FieldInheritance.php
Get the inheritance destination field.

File

src/Entity/FieldInheritanceInterface.php, line 74

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function destinationField();