Jarves\Controller\NestedObjectCrudController::getParentAction PHP Метод

getParentAction() публичный Метод

public getParentAction ( Request $request ) : boolean
$request Symfony\Component\HttpFoundation\Request
Результат boolean
    public function getParentAction(Request $request)
    {
        $primaryKey = $this->extractPrimaryKey($request);
        return $this->getParent($primaryKey);
    }