Sulu\Bundle\ResourceBundle\Resource\Exception\FilterDependencyNotFoundException::getEntityName PHP Method

getEntityName() public method

Returns the name of the entityname of the dependency not found.
public getEntityName ( ) : string
return string
    public function getEntityName()
    {
        return $this->entityName;
    }
FilterDependencyNotFoundException