Jarves\Configuration\Field::getObjectRelationWithConstraint PHP Method

getObjectRelationWithConstraint() public method

If the storage backend should also create a constraint so its not possible to pass a invalid reference id.
    public function getObjectRelationWithConstraint()
    {
        return $this->objectRelationWithConstraint;
    }
Field