public function ConfigProviderInterface::setInstallProfile in Configuration Provider 8.2
Sets the install profile.
Parameters
string $install_profile: The name of the install profile.
1 method overrides ConfigProviderInterface::setInstallProfile()
- ConfigProviderBase::setInstallProfile in src/
Plugin/ ConfigProviderBase.php - Sets the install profile.
File
- src/
Plugin/ ConfigProviderInterface.php, line 66
Class
- ConfigProviderInterface
- Defines an interface for Configuration provider plugins.
Namespace
Drupal\config_provider\PluginCode
public function setInstallProfile($install_profile);