FluxBB\Web\Controllers\ConversationController::createForm PHP Method

createForm() public method

public createForm ( )
    public function createForm()
    {
        $data = $this->execute('get.category');
        return $this->view('new_topic', $data);
    }