You are here

protected function DynamicBlockField::getType in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/Derivative/DynamicBlockField.php \Drupal\ds\Plugin\Derivative\DynamicBlockField::getType()
  2. 8.3 src/Plugin/Derivative/DynamicBlockField.php \Drupal\ds\Plugin\Derivative\DynamicBlockField::getType()

Overrides DynamicField::getType

File

src/Plugin/Derivative/DynamicBlockField.php, line 15

Class

DynamicBlockField
Retrieves dynamic block field plugin definitions.

Namespace

Drupal\ds\Plugin\Derivative

Code

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