You are here

protected property ShortcutSetStorage::$moduleHandler in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/shortcut/src/ShortcutSetStorage.php \Drupal\shortcut\ShortcutSetStorage::moduleHandler

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides EntityHandlerBase::$moduleHandler

File

core/modules/shortcut/src/ShortcutSetStorage.php, line 27

Class

ShortcutSetStorage
Defines a storage for shortcut_set entities.

Namespace

Drupal\shortcut

Code

protected $moduleHandler;