luyatests\data\modules\unitmodule\controllers\UnitTest2Controller::actionIndex PHP Method

actionIndex() public method

public actionIndex ( )
    public function actionIndex()
    {
        return ['id' => $this->id, 'module' => $this->module->id, 'viewPath' => $this->getViewPath(), 'moduleLayoutViewPath' => $this->getModuleLayoutViewPath(), 'assets' => $this->assets];
    }
UnitTest2Controller