You are here

public function EntityExtraField::getBaseEntityTypeId in Entity Extra Field 2.0.x

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

Get base entity type id.

Return value

string The base entity type identifier.

Overrides EntityExtraFieldInterface::getBaseEntityTypeId

1 call to EntityExtraField::getBaseEntityTypeId()
EntityExtraField::getBaseEntityType in src/Entity/EntityExtraField.php
Get base entity type instance.

File

src/Entity/EntityExtraField.php, line 213

Class

EntityExtraField
Define entity extra field.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getBaseEntityTypeId() : string {
  return $this->base_entity_type_id;
}