luyatests\data\modules\unitmodule\controllers\UnitTestController::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()];
    }
UnitTestController