You are here

public function FieldInheritanceInterface::idWithoutTypeAndBundle in Field Inheritance 8

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

Get the inheritance ID without the type and bundle.

Return value

string The inheritance ID without the type and bundle.

1 method overrides FieldInheritanceInterface::idWithoutTypeAndBundle()
FieldInheritance::idWithoutTypeAndBundle in src/Entity/FieldInheritance.php
Get the inheritance ID without the type and bundle.

File

src/Entity/FieldInheritanceInterface.php, line 26

Class

FieldInheritanceInterface
Provides an interface for defining Field inheritance entities.

Namespace

Drupal\field_inheritance\Entity

Code

public function idWithoutTypeAndBundle();