You are here

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

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

Get the inheritance type.

Return value

string The inheritance type.

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

File

src/Entity/FieldInheritanceInterface.php, line 18

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function type();