You are here

protected function DynamicCopyField::getType in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/Derivative/DynamicCopyField.php \Drupal\ds\Plugin\Derivative\DynamicCopyField::getType()
  2. 8.3 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\Derivative

Code

protected function getType() {
  return CopyFieldForm::TYPE;
}