PHP Class Neos\Flow\Command\TypeConverterCommandController

Inheritance: extends Neos\Flow\Cli\CommandController
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$propertyMapper Neos\Flow\Property\PropertyMapper

Public Methods

Method Description
listCommand ( ) : void Lists all currently active and registered type converters

Method Details

listCommand() public method

All active converters are listed with ordered by priority and grouped by source type first and target type second.
public listCommand ( ) : void
return void

Property Details

$propertyMapper protected property

protected PropertyMapper,Neos\Flow\Property $propertyMapper
return Neos\Flow\Property\PropertyMapper