You are here

public function ConfigUpdateUiCommands::listTypes in Configuration Update Manager 8

Lists config types.

@command config:list-types @aliases clt,config-list-types

Return value

\Consolidation\OutputFormatters\StructuredData\RowsOfFields A structured data object of rows of configuration types.

File

config_update_ui/src/Commands/ConfigUpdateUiCommands.php, line 43

Class

ConfigUpdateUiCommands
A set of Drush commands for Config Update Manager.

Namespace

Drupal\config_update_ui\Commands

Code

public function listTypes() {
  return $this->cliService
    ->listTypes();
}