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