You are here

function _coder_drush_output in Coder 6.2

Same name and namespace in other branches
  1. 5.2 coder.drush.inc \_coder_drush_output()
  2. 6 coder.drush.inc \_coder_drush_output()
2 calls to _coder_drush_output()
coder_print_drush_messages in ./coder.drush.inc
theme_drush_coder_warning in ./coder.drush.inc

File

./coder.drush.inc, line 234
Command line utility for coder.

Code

function _coder_drush_output($output) {
  return html_entity_decode(strip_tags($output));
}