public function DsFieldBase::getName in Display Suite 8.2
Same name and namespace in other branches
- 8.4 src/Plugin/DsField/DsFieldBase.php \Drupal\ds\Plugin\DsField\DsFieldBase::getName()
- 8.3 src/Plugin/DsField/DsFieldBase.php \Drupal\ds\Plugin\DsField\DsFieldBase::getName()
Gets the field name.
Overrides DsFieldInterface::getName
File
- src/
Plugin/ DsField/ DsFieldBase.php, line 155
Class
- DsFieldBase
- Base class for all the ds plugins.
Namespace
Drupal\ds\Plugin\DsFieldCode
public function getName() {
return $this->configuration['field_name'];
}