protected function DynamicCopyField::getType in Display Suite 8.3
Same name and namespace in other branches
- 8.4 src/Plugin/Derivative/DynamicCopyField.php \Drupal\ds\Plugin\Derivative\DynamicCopyField::getType()
- 8.2 src/Plugin/Derivative/DynamicCopyField.php \Drupal\ds\Plugin\Derivative\DynamicCopyField::getType()
Overrides DynamicField::getType
File
- src/
Plugin/ Derivative/ DynamicCopyField.php, line 15
Class
- DynamicCopyField
- Retrieves dynamic ds field plugin definitions.
Namespace
Drupal\ds\Plugin\DerivativeCode
protected function getType() {
return CopyFieldForm::TYPE;
}