Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
InputAwareInterface.php
function InputAwareInterface::setInput
Sets the Console Input.
1 method overrides
InputAwareInterface::setInput()
InputAwareHelper::setInput
in vendor/
symfony/
console/
Helper/
InputAwareHelper.php
Sets the Console Input.
File
vendor/
symfony/
console/
Input/
InputAwareInterface.php
, line 25
Class
InputAwareInterface
InputAwareInterface should be implemented by classes that depends on the Console Input.
Namespace
Symfony\Component\Console\Input
Code
public
function
setInput
(InputInterface
$input
) : void;
RSS feed