You are here

public function ConfigListByProviderInterface::providerHasConfig in Configuration Update Manager 8

Lists the providers of a given type that actually have configuration.

Parameters

string $type: Type of extension (module, theme, profile).

string $name: Machine name of extension.

Return value

bool TRUE if the extension has either install or optional config, and FALSE if it does not.

1 method overrides ConfigListByProviderInterface::providerHasConfig()
ConfigListerWithProviders::providerHasConfig in src/ConfigListerWithProviders.php
Lists the providers of a given type that actually have configuration.

File

src/ConfigListByProviderInterface.php, line 35

Class

ConfigListByProviderInterface
Defines an extended interface for listing configuration.

Namespace

Drupal\config_update

Code

public function providerHasConfig($type, $name);