You are here

public function ConfigListInterface::listTypes in Configuration Update Manager 8

Lists the types of configuration available on the system.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] Array of entity type definitions, keyed by machine name of the type.

1 method overrides ConfigListInterface::listTypes()
ConfigLister::listTypes in src/ConfigLister.php
Sets up and returns the entity definitions list.

File

src/ConfigListInterface.php, line 16

Class

ConfigListInterface
Defines an interface for config listings.

Namespace

Drupal\config_update

Code

public function listTypes();