public function FieldInheritanceInterface::destinationEntityType in Field Inheritance 2.0.x
Same name and namespace in other branches
- 8 src/Entity/FieldInheritanceInterface.php \Drupal\field_inheritance\Entity\FieldInheritanceInterface::destinationEntityType()
Get the inheritance destination entity type.
Return value
string The inheritance destination entity type.
1 method overrides FieldInheritanceInterface::destinationEntityType()
- FieldInheritance::destinationEntityType in src/
Entity/ FieldInheritance.php - Get the inheritance destination entity type.
File
- src/
Entity/ FieldInheritanceInterface.php, line 42
Class
- FieldInheritanceInterface
- Provides an interface for defining Field inheritance entities.
Namespace
Drupal\field_inheritance\EntityCode
public function destinationEntityType();