Sulu\Bundle\ResourceBundle\Resource\Exception\ConditionFieldNotFoundException::getField PHP Method

getField() public method

Returns the name of the entityname of the dependency not found.
public getField ( ) : string
return string
    public function getField()
    {
        return $this->field;
    }
ConditionFieldNotFoundException