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

Breadcrumb

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

function HelperInterface::getName

Returns the canonical name of this helper.

5 methods override HelperInterface::getName()
DebugFormatterHelper::getName in vendor/symfony/console/Helper/DebugFormatterHelper.php
Returns the canonical name of this helper.
DescriptorHelper::getName in vendor/symfony/console/Helper/DescriptorHelper.php
Returns the canonical name of this helper.
FormatterHelper::getName in vendor/symfony/console/Helper/FormatterHelper.php
Returns the canonical name of this helper.
ProcessHelper::getName in vendor/symfony/console/Helper/ProcessHelper.php
Returns the canonical name of this helper.
QuestionHelper::getName in vendor/symfony/console/Helper/QuestionHelper.php
Returns the canonical name of this helper.

File

vendor/symfony/console/Helper/HelperInterface.php, line 34

Class

HelperInterface
HelperInterface is the interface all helpers must implement.

Namespace

Symfony\Component\Console\Helper

Code

public function getName() : string;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal