public function FieldInheritanceInterface::setPlugin in Field Inheritance 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public function setPlugin($plugin);