You are here

protected property ExtensionInstallStorage::$includeProfile in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ExtensionInstallStorage.php \Drupal\Core\Config\ExtensionInstallStorage::includeProfile

Flag to include the profile in the list of enabled modules.

Type: bool

File

core/lib/Drupal/Core/Config/ExtensionInstallStorage.php, line 27

Class

ExtensionInstallStorage
Storage to access configuration and schema in enabled extensions.

Namespace

Drupal\Core\Config

Code

protected $includeProfile = TRUE;