You are here

public function FieldInheritanceInterface::plugin in Field Inheritance 8

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

Get the inheritance plugin.

Return value

string The inheritance plugin.

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

File

src/Entity/FieldInheritanceInterface.php, line 82

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function plugin();