You are here

class DynamicBlockField in Display Suite 8.4

Same name in this branch
  1. 8.4 src/Plugin/Derivative/DynamicBlockField.php \Drupal\ds\Plugin\Derivative\DynamicBlockField
  2. 8.4 src/Plugin/DsField/DynamicBlockField.php \Drupal\ds\Plugin\DsField\DynamicBlockField
Same name and namespace in other branches
  1. 8.2 src/Plugin/Derivative/DynamicBlockField.php \Drupal\ds\Plugin\Derivative\DynamicBlockField
  2. 8.3 src/Plugin/Derivative/DynamicBlockField.php \Drupal\ds\Plugin\Derivative\DynamicBlockField

Retrieves dynamic block field plugin definitions.

Hierarchy

Expanded class hierarchy of DynamicBlockField

File

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

Namespace

Drupal\ds\Plugin\Derivative
View source
class DynamicBlockField extends DynamicField {

  /**
   * {@inheritdoc}
   */
  protected function getType() {
    return BlockFieldForm::TYPE;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
DeriverBase::$derivatives protected property List of derivative definitions. 1
DeriverBase::getDerivativeDefinition public function Gets the definition of a derivative plugin. Overrides DeriverInterface::getDerivativeDefinition
DynamicBlockField::getType protected function Overrides DynamicField::getType
DynamicField::getDerivativeDefinitions public function Gets the definition of all derivatives of a base plugin. Overrides DeriverBase::getDerivativeDefinitions
DynamicField::getKey protected function