You are here

protected property ModuleHandler::$verified in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/ModuleHandler.php \Drupal\Core\Extension\ModuleHandler::verified
  2. 10 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 51

Class

ModuleHandler
Class that manages modules in a Drupal installation.

Namespace

Drupal\Core\Extension

Code

protected $verified;