Platformsh\Cli\Command\Integration\IntegrationCommandBase::getForm PHP Method

getForm() protected method

protected getForm ( ) : Platformsh\ConsoleForm\Form
return Platformsh\ConsoleForm\Form
    protected function getForm()
    {
        if (!isset($this->form)) {
            $this->form = Form::fromArray($this->getFields());
        }
        return $this->form;
    }