ConfigManagerInterface::uninstall

public ConfigManagerInterface::uninstall($type, $name)

Uninstalls the configuration of a given extension.

Parameters

string $type: The extension type; e.g., 'module' or 'theme'.

string $name: The name of the module or theme to install configuration for.

File

core/lib/Drupal/Core/Config/ConfigManagerInterface.php, line 91

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function uninstall($type, $name);
doc_Drupal
2016-10-29 08:54:03
Comments
Leave a Comment

Please login to continue.