You are here

public function FieldInheritanceInterface::sourceEntityType in Field Inheritance 8

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

Get the inheritance source entity type.

Return value

string The inheritance source entity type.

1 method overrides FieldInheritanceInterface::sourceEntityType()
FieldInheritance::sourceEntityType in src/Entity/FieldInheritance.php
Get the inheritance source entity type.

File

src/Entity/FieldInheritanceInterface.php, line 34

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function sourceEntityType();