public function ConfigListByProviderInterface::getConfigProvider in Configuration Update Manager 8
Returns the provider of a given config object.
Parameters
string $name: Name of the config object.
Return value
string[] Array containing the type of extension providing this config object as its first element (module, theme, profile), and the name of the provider as its second element. NULL if unknown.
1 method overrides ConfigListByProviderInterface::getConfigProvider()
- ConfigListerWithProviders::getConfigProvider in src/
ConfigListerWithProviders.php - Returns the provider of a given config object.
File
- src/
ConfigListByProviderInterface.php, line 21
Class
- ConfigListByProviderInterface
- Defines an extended interface for listing configuration.
Namespace
Drupal\config_updateCode
public function getConfigProvider($name);