You are here

public function FeaturesManagerInterface::listExistingConfig in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesManagerInterface.php \Drupal\features\FeaturesManagerInterface::listExistingConfig()

Lists names of configuration items provided by existing Features modules.

Parameters

bool $installed: List only installed Features.

\Drupal\features\FeaturesBundleInterface $bundle: (optional) Bundle to find existing configuration for.

Return value

array An array with config names as keys and providing module names as values.

1 method overrides FeaturesManagerInterface::listExistingConfig()
FeaturesManager::listExistingConfig in src/FeaturesManager.php
Lists names of configuration items provided by existing Features modules.

File

src/FeaturesManagerInterface.php, line 489

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function listExistingConfig($installed = FALSE, FeaturesBundleInterface $bundle = NULL);