ExtensionInstallStorage::$installProfile

Same name in other branches
  1. 9 core/lib/Drupal/Core/Config/ExtensionInstallStorage.php \Drupal\Core\Config\ExtensionInstallStorage::installProfile
  2. 10 core/lib/Drupal/Core/Config/ExtensionInstallStorage.php \Drupal\Core\Config\ExtensionInstallStorage::installProfile
  3. 11.x core/lib/Drupal/Core/Config/ExtensionInstallStorage.php \Drupal\Core\Config\ExtensionInstallStorage::installProfile

The name of the currently active installation profile.

In the early installer this value can be NULL.

Type: string|NULL

File

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

Class

ExtensionInstallStorage
Storage to access configuration and schema in enabled extensions.

Namespace

Drupal\Core\Config

Code

protected $installProfile;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.