You are here

public function EntityExtraField::getBaseEntityTypeId in Entity Extra Field 8

Same name and namespace in other branches
  1. 2.0.x 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 192

Class

EntityExtraField
Define entity extra field.

Namespace

Drupal\entity_extra_field\Entity

Code

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