You are here

protected property UninstallValidator::$blockContentStorage in Lightning Media 8.3

Same name and namespace in other branches
  1. 8.4 modules/lightning_media_slideshow/src/UninstallValidator.php \Drupal\lightning_media_slideshow\UninstallValidator::blockContentStorage

The block content entity storage handler.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

modules/lightning_media_slideshow/src/UninstallValidator.php, line 22

Class

UninstallValidator
Prevents this module from being uninstalled if any slideshow blocks exist.

Namespace

Drupal\lightning_media_slideshow

Code

protected $blockContentStorage;