public function DsFieldInterface::getEntityTypeId in Display Suite 8.2
Same name and namespace in other branches
- 8.4 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::getEntityTypeId()
- 8.3 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::getEntityTypeId()
Gets the current entity type.
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 59
Class
- DsFieldInterface
- Interface for DS plugins.
Namespace
Drupal\ds\Plugin\DsFieldCode
public function getEntityTypeId();