DynamicCopyField.php in Display Suite 8.3
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\ds\Plugin\DerivativeFile
src/Plugin/Derivative/DynamicCopyField.phpView source
<?php
namespace Drupal\ds\Plugin\Derivative;
use Drupal\ds\Form\CopyFieldForm;
/**
* Retrieves dynamic ds field plugin definitions.
*/
class DynamicCopyField extends DynamicField {
/**
* {@inheritdoc}
*/
protected function getType() {
return CopyFieldForm::TYPE;
}
}
Classes
Name | Description |
---|---|
DynamicCopyField | Retrieves dynamic ds field plugin definitions. |