You are here

protected property ModulesListConfirmForm::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/ModulesListConfirmForm.php \Drupal\system\Form\ModulesListConfirmForm::modules

An associative list of modules to enable or disable.

Type: array

File

core/modules/system/src/Form/ModulesListConfirmForm.php, line 44
Contains \Drupal\system\Form\ModulesListConfirmForm.

Class

ModulesListConfirmForm
Builds a confirmation form for enabling modules with dependencies.

Namespace

Drupal\system\Form

Code

protected $modules = array();