You are here

protected function BlockBase::blockConfig in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/DsField/BlockBase.php \Drupal\ds\Plugin\DsField\BlockBase::blockConfig()
  2. 8.3 src/Plugin/DsField/BlockBase.php \Drupal\ds\Plugin\DsField\BlockBase::blockConfig()

Returns the config of the block.

1 call to BlockBase::blockConfig()
BlockBase::build in src/Plugin/DsField/BlockBase.php
Renders a field.
1 method overrides BlockBase::blockConfig()
DynamicBlockField::blockConfig in src/Plugin/DsField/DynamicBlockField.php
Returns the config of the block.

File

src/Plugin/DsField/BlockBase.php, line 156

Class

BlockBase
The base plugin to create DS block fields.

Namespace

Drupal\ds\Plugin\DsField

Code

protected function blockConfig() {
  return [];
}