You are here

protected property ModuleHandler::$verified in Zircon Profile 8

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

List of hooks where the implementations have been "verified".

Associative array where keys are hook names.

Type: true[]

File

core/lib/Drupal/Core/Extension/ModuleHandler.php, line 55
Contains \Drupal\Core\Extension\ModuleHandler.

Class

ModuleHandler
Class that manages modules in a Drupal installation.

Namespace

Drupal\Core\Extension

Code

protected $verified;