You are here

public function FieldInheritanceInterface::setDestinationEntityType in Field Inheritance 8

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

Set the inheritance destination entity type.

The inheritance destination entity type.

Return value

$this

1 method overrides FieldInheritanceInterface::setDestinationEntityType()
FieldInheritance::setDestinationEntityType in src/Entity/FieldInheritance.php
Set the inheritance destination entity type.

File

src/Entity/FieldInheritanceInterface.php, line 112

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function setDestinationEntityType($destination_entity_type);