private function FormsStepsCommands::outputError in Forms Steps 8
1 call to FormsStepsCommands::outputError()
- FormsStepsCommands::attachEntityToStep in src/
Commands/ FormsStepsCommands.php - Existing or migrated content to be added to a workflow.
File
- src/
Commands/ FormsStepsCommands.php, line 161
Class
- FormsStepsCommands
- Class FormsStepsCommands
Namespace
Drupal\forms_steps\CommandsCode
private function outputError($message) {
$this
->yell($message, 40, 'red');
}