public function ConfigManagerInterface::uninstall in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::uninstall()
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.
1 method overrides ConfigManagerInterface::uninstall()
- ConfigManager::uninstall in core/
lib/ Drupal/ Core/ Config/ ConfigManager.php - Uninstalls the configuration of a given extension.
File
- core/
lib/ Drupal/ Core/ Config/ ConfigManagerInterface.php, line 96 - Contains \Drupal\Core\Config\ConfigManagerInterface.
Class
- ConfigManagerInterface
- Provides an interface for configuration manager.
Namespace
Drupal\Core\ConfigCode
public function uninstall($type, $name);