You are here

public function ConfigProviderBase::setInstallProfile in Configuration Provider 8.2

Sets the install profile.

Parameters

string $install_profile: The name of the install profile.

Overrides ConfigProviderInterface::setInstallProfile

File

src/Plugin/ConfigProviderBase.php, line 92

Class

ConfigProviderBase
Base class for Configuration provider plugins.

Namespace

Drupal\config_provider\Plugin

Code

public function setInstallProfile($install_profile) {
  $this->installProfile = $install_profile;
}