public function CommandConfigureEvent::__construct in Update helper 8
CommandOptionsEvent constructor.
Parameters
\Drupal\Console\Core\Command\Command $command: Command that for which this event is triggered.
File
- src/
Events/ CommandConfigureEvent.php, line 28
Class
- CommandConfigureEvent
- Event for command configure.
Namespace
Drupal\update_helper\EventsCode
public function __construct(Command $command) {
$this->command = $command;
}