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

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

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"
Результат string A brief description / summary for the task this plugin is going to do
    public static function getSubCommandShortDescription($controllerCommandName);