Closed clemherreman closed 12 years ago
That's not really good because people Will always have an empty anchor in their URL if they don't want to use to.
Can you fix that and add some doc please?
Thank you for contributing!
@eko should be good now :)
Thank you for contributing! :octocat:
Generated urls from the
RouterItemInterface
sometimes needs to have an anchor, so the link is more precise.This PR adds a new method to the
RouterIteminterface
,getFeedItemUrlAnchor()
that should return the anchor to be appended to the url generated via the symfony router and thegetFeedItemRouteName()
&getFeedItemRouteParameters()
methods.