You are here

public function DsFieldInterface::bundle in Display Suite 8.2

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

Gets the current bundle.

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

File

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

Class

DsFieldInterface
Interface for DS plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function bundle();