Neos\ContentRepository\Command\NodeCommandControllerPluginInterface::getSubCommandShortDescription PHP Method

getSubCommandShortDescription() public static method

Returns a short description for the specific task the plugin solves for the specified command
public static getSubCommandShortDescription ( string $controllerCommandName ) : string
$controllerCommandName string Name of the command in question, for example "repair"
return string A brief description / summary for the task this plugin is going to do
    public static function getSubCommandShortDescription($controllerCommandName);