Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
InputInterface.php
function InputInterface::setInteractive
Sets the input interactivity.
1 method overrides
InputInterface::setInteractive()
Input::setInteractive
in vendor/
symfony/
console/
Input/
Input.php
Sets the input interactivity.
File
vendor/
symfony/
console/
Input/
InputInterface.php
, line 130
Class
InputInterface
InputInterface is the interface implemented by all input classes.
Namespace
Symfony\Component\Console\Input
Code
public
function
setInteractive
(bool
$interactive
) : void;
RSS feed