You are here

public function FieldInheritanceInterface::setType in Field Inheritance 8

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

Set the inheritance type.

The inheritance type.

Return value

$this

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

File

src/Entity/FieldInheritanceInterface.php, line 92

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function setType($type);