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