You are here

protected property ModuleHandler::$cacheBackend in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/ModuleHandler.php \Drupal\Core\Extension\ModuleHandler::cacheBackend

Cache backend for storing module hook implementation information.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

core/lib/Drupal/Core/Extension/ModuleHandler.php, line 65

Class

ModuleHandler
Class that manages modules in a Drupal installation.

Namespace

Drupal\Core\Extension

Code

protected $cacheBackend;