DescriptionAwareCommandControllerInterface
interface DescriptionAwareCommandControllerInterface (View source)
An interface which allows a CommandController to tweak command descriptions before they are displayed to the user.
Methods
static string
processShortDescription(string $controllerCommandName, string $shortDescription, ObjectManagerInterface $objectManager)
Processes the given short description of the specified command.
static string
processDescription(string $controllerCommandName, string $description, ObjectManagerInterface $objectManager)
Processes the given description of the specified command.
Details
static string
processShortDescription(string $controllerCommandName, string $shortDescription, ObjectManagerInterface $objectManager)
Processes the given short description of the specified command.
static string
processDescription(string $controllerCommandName, string $description, ObjectManagerInterface $objectManager)
Processes the given description of the specified command.