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

Breadcrumb

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

interface InputAwareInterface

InputAwareInterface should be implemented by classes that depends on the Console Input.

@author Wouter J <waldio.webdesign@gmail.com>

Hierarchy

  • interface \Symfony\Component\Console\Input\InputAwareInterface

Expanded class hierarchy of InputAwareInterface

All classes that implement InputAwareInterface

2 files declare their use of InputAwareInterface
Application.php in vendor/symfony/console/Application.php
InputAwareHelper.php in vendor/symfony/console/Helper/InputAwareHelper.php

File

vendor/symfony/console/Input/InputAwareInterface.php, line 20

Namespace

Symfony\Component\Console\Input
View source
interface InputAwareInterface {
    
    /**
     * Sets the Console Input.
     */
    public function setInput(InputInterface $input) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
InputAwareInterface::setInput public function Sets the Console Input. 1

API Navigation

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