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

Breadcrumb

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

function InputInterface::bind

Binds the current Input instance with the given arguments and options.

Throws

RuntimeException

1 method overrides InputInterface::bind()
Input::bind in vendor/symfony/console/Input/Input.php
Binds the current Input instance with the given arguments and options.

File

vendor/symfony/console/Input/InputInterface.php, line 61

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function bind(InputDefinition $definition) : void;
RSS feed
Powered by Drupal