You are here

protected property BlockRepository::$blockStorage in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/block/src/BlockRepository.php \Drupal\block\BlockRepository::blockStorage

The block storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/block/src/BlockRepository.php, line 25
Contains \Drupal\block\BlockRepository.

Class

BlockRepository
Provides a repository for Block config entities.

Namespace

Drupal\block

Code

protected $blockStorage;