You are here

constant SelectProfileForm::CONFIG_INSTALL_PROFILE_KEY in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php \Drupal\Core\Installer\Form\SelectProfileForm::CONFIG_INSTALL_PROFILE_KEY

The key used in the profile list for the install from config option.

This key must not be a valid profile extension name.

File

core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php, line 22

Class

SelectProfileForm
Provides the profile selection form.

Namespace

Drupal\Core\Installer\Form

Code

const CONFIG_INSTALL_PROFILE_KEY = '::existing_config::';