You are here

public function DsFieldInterface::bundle in Display Suite 8.3

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

Gets the current bundle.

Return value

string The configured bundle of the entity.

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

File

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

Class

DsFieldInterface
Defines a common interface for all ds field plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function bundle();