Craft\Formerly_ExportController::actionIndex PHP Method

actionIndex() public method

public actionIndex ( )
    public function actionIndex()
    {
        $this->renderTemplate('formerly/export/_index', array('forms' => craft()->formerly_forms->getAllForms()));
    }
Formerly_ExportController