Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HelperInterface.php
function HelperInterface::getHelperSet
Gets the helper set associated with this helper.
1 method overrides
HelperInterface::getHelperSet()
Helper::getHelperSet
in vendor/
symfony/
console/
Helper/
Helper.php
Gets the helper set associated with this helper.
File
vendor/
symfony/
console/
Helper/
HelperInterface.php
, line 29
Class
HelperInterface
HelperInterface is the interface all helpers must implement.
Namespace
Symfony\Component\Console\Helper
Code
public
function
getHelperSet
() : ?HelperSet;
RSS feed