You are here

public function EntityExtraFieldInterface::getBaseEntityTypeId in Entity Extra Field 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/EntityExtraFieldInterface.php \Drupal\entity_extra_field\Entity\EntityExtraFieldInterface::getBaseEntityTypeId()

Get base entity type id.

Return value

string The base entity type identifier.

1 method overrides EntityExtraFieldInterface::getBaseEntityTypeId()
EntityExtraField::getBaseEntityTypeId in src/Entity/EntityExtraField.php
Get base entity type id.

File

src/Entity/EntityExtraFieldInterface.php, line 100

Class

EntityExtraFieldInterface
Define entity extra field interface.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getBaseEntityTypeId();