yii\rest\IndexAction::run PHP Method

run() public method

public run ( ) : ActiveDataProvider
return yii\data\ActiveDataProvider
    public function run()
    {
        if ($this->checkAccess) {
            call_user_func($this->checkAccess, $this->id);
        }
        return $this->prepareDataProvider();
    }