You are here

public function DebugFormatterHelper::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Helper/DebugFormatterHelper.php \Symfony\Component\Console\Helper\DebugFormatterHelper::getName()

Returns the canonical name of this helper.

Return value

string The canonical name

Overrides HelperInterface::getName

File

vendor/symfony/console/Helper/DebugFormatterHelper.php, line 123

Class

DebugFormatterHelper
Helps outputting debug information when running an external program from a command.

Namespace

Symfony\Component\Console\Helper

Code

public function getName() {
  return 'debug_formatter';
}