function TestBlockVariantTrait::getBlockConfig

Same name and namespace in other branches
  1. 8.x-3.x tests/src/Unit/BlockVariantTraitTest.php \Drupal\Tests\ctools\Unit\TestBlockVariantTrait::getBlockConfig()

Returns the configuration for stored blocks.

Return value

array An array of block configuration, keyed by the unique block ID.

Overrides BlockVariantTrait::getBlockConfig

File

tests/src/Unit/BlockVariantTraitTest.php, line 142

Class

TestBlockVariantTrait

Namespace

Drupal\Tests\ctools\Unit

Code

protected function getBlockConfig() {
    return $this->blockConfig;
}