You are here

public function DialogHelper::getName in Zircon Profile 8

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

Returns the canonical name of this helper.

Return value

string The canonical name

Overrides HelperInterface::getName

File

vendor/symfony/console/Helper/DialogHelper.php, line 412

Class

DialogHelper
The Dialog class provides helpers to interact with the user.

Namespace

Symfony\Component\Console\Helper

Code

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