You are here

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

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

Set the inheritance plugin.

The inheritance plugin.

Return value

$this

1 method overrides FieldInheritanceInterface::setPlugin()
FieldInheritance::setPlugin in src/Entity/FieldInheritance.php
Set the inheritance plugin.

File

src/Entity/FieldInheritanceInterface.php, line 162

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function setPlugin($plugin);