public function DsFieldInterface::getName in Display Suite 8.3
Same name and namespace in other branches
- 8.4 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::getName()
- 8.2 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::getName()
Gets the field name.
Return value
string The field name.
1 method overrides DsFieldInterface::getName()
- DsFieldBase::getName in src/
Plugin/ DsField/ DsFieldBase.php - Gets the field name.
File
- src/
Plugin/ DsField/ DsFieldInterface.php, line 107
Class
- DsFieldInterface
- Defines a common interface for all ds field plugins.
Namespace
Drupal\ds\Plugin\DsFieldCode
public function getName();