Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FormatterHelper.php

function FormatterHelper::getName

Overrides HelperInterface::getName

File

vendor/symfony/console/Helper/FormatterHelper.php, line 77

Class

FormatterHelper
The Formatter class provides helpers to format messages.

Namespace

Symfony\Component\Console\Helper

Code

public function getName() : string {
    return 'formatter';
}
RSS feed
Powered by Drupal