Craft\Formerly_SubmissionsController::actionIndex PHP Method

actionIndex() public method

public actionIndex ( )
    public function actionIndex()
    {
        $variables['forms'] = craft()->formerly_forms->getAllForms();
        $this->renderTemplate('formerly/submissions/_index', $variables);
    }