You are here

public function FeaturesManagerInterface::listConfigByType in Features 8.4

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

Lists stored configuration for a given configuration type.

Parameters

string $config_type: The type of configuration.

1 method overrides FeaturesManagerInterface::listConfigByType()
FeaturesManager::listConfigByType in src/FeaturesManager.php
Lists stored configuration for a given configuration type.

File

src/FeaturesManagerInterface.php, line 441

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function listConfigByType($config_type);