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