You are here

public function DsFieldInterface::getEntityTypeId in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::getEntityTypeId()
  2. 8.3 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::getEntityTypeId()

Gets the current entity type.

Return value

string The entity type ID.

1 method overrides DsFieldInterface::getEntityTypeId()
DsFieldBase::getEntityTypeId in src/Plugin/DsField/DsFieldBase.php
Gets the current entity type.

File

src/Plugin/DsField/DsFieldInterface.php, line 75

Class

DsFieldInterface
Defines a common interface for all ds field plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function getEntityTypeId();