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