You are here

public function EntityExtraFieldInterface::getBaseBundleTypeId 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::getBaseBundleTypeId()

Get base bundle type id.

Return value

string A base bundle type id.

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

File

src/Entity/EntityExtraFieldInterface.php, line 108

Class

EntityExtraFieldInterface
Define entity extra field interface.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getBaseBundleTypeId();