Neos\ContentRepository\Command\NodeCommandControllerPluginInterface::getSubCommandDescription PHP Метод

getSubCommandDescription() публичный статический Метод

Returns a piece of description for the specific task the plugin solves for the specified command
public static getSubCommandDescription ( string $controllerCommandName ) : string
$controllerCommandName string Name of the command in question, for example "repair"
Результат string A piece of text to be included in the overall description of the node:xy command
    public static function getSubCommandDescription($controllerCommandName);