public function FieldInheritanceInterface::setDestinationField in Field Inheritance 2.0.x
Same name and namespace in other branches
- 8 src/Entity/FieldInheritanceInterface.php \Drupal\field_inheritance\Entity\FieldInheritanceInterface::setDestinationField()
Set the inheritance destination field.
The inheritance destination field.
Return value
$this
1 method overrides FieldInheritanceInterface::setDestinationField()
- FieldInheritance::setDestinationField in src/
Entity/ FieldInheritance.php - Set the inheritance destination field.
File
- src/
Entity/ FieldInheritanceInterface.php, line 152
Class
- FieldInheritanceInterface
- Provides an interface for defining Field inheritance entities.
Namespace
Drupal\field_inheritance\EntityCode
public function setDestinationField($destination_field);