function ConfigInstaller::checkConfigurationToInstall

Checks the configuration that will be installed for an extension.

Parameters

string $type: Type of extension to install.

string $name: Name of extension to install.

Overrides ConfigInstallerInterface::checkConfigurationToInstall

File

core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php, line 130

Class

ConfigInstaller
Provides a proxy class for \Drupal\Core\Config\ConfigInstaller.

Namespace

Drupal\Core\ProxyClass\Config

Code

public function checkConfigurationToInstall($type, $name) {
  return $this->lazyLoadItself()
    ->checkConfigurationToInstall($type, $name);
}

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