You are here

public function DsFieldInterface::getFieldConfiguration 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::getFieldConfiguration()
  2. 8.3 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::getFieldConfiguration()

Gets the field configuration.

1 method overrides DsFieldInterface::getFieldConfiguration()
DsFieldBase::getFieldConfiguration in src/Plugin/DsField/DsFieldBase.php
Gets the field configuration.

File

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

Class

DsFieldInterface
Interface for DS plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function getFieldConfiguration();