You are here

public function FieldInheritanceInterface::setSourceEntityBundle in Field Inheritance 2.0.x

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

Set the inheritance source entity bundles.

The inheritance source entity bundles.

Return value

$this

1 method overrides FieldInheritanceInterface::setSourceEntityBundle()
FieldInheritance::setSourceEntityBundle in src/Entity/FieldInheritance.php
Set the inheritance source entity bundles.

File

src/Entity/FieldInheritanceInterface.php, line 122

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function setSourceEntityBundle($source_entity_bundles);