You are here

public function FeaturesManagerInterface::listConfigTypes in Features 8.4

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

Lists the types of configuration available on the site.

Parameters

bool $bundles_only: Whether to list only configuration types that provide bundles.

Return value

array An array with machine name keys and human readable values.

1 method overrides FeaturesManagerInterface::listConfigTypes()
FeaturesManager::listConfigTypes in src/FeaturesManager.php
Lists the types of configuration available on the site.

File

src/FeaturesManagerInterface.php, line 433

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function listConfigTypes($bundles_only = FALSE);