Skip to content

Adding showing the base controller's urlGenerate method and a related note #2261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2013

Conversation

richardmiller-zz
Copy link
Contributor

Q A
Doc fix? yes
New docs? yes
Applies to all

Docs currently only show using the service but for many they would just be using the base controller's generateUrl method.

@@ -1067,13 +1067,13 @@ a route+parameters back to a URL. The
:method:`Symfony\\Component\\Routing\\Router::generate` methods form this bi-directional
system. Take the ``blog_show`` example route from earlier::

$params = $router->match('/blog/my-blog-post');
$params = $this->('router')->match('/blog/my-blog-post');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing method name

weaverryan added a commit that referenced this pull request Feb 25, 2013
Adding showing the base controller's urlGenerate method and a related note
@weaverryan weaverryan merged commit 8ecc1f2 into symfony:2.0 Feb 25, 2013
weaverryan added a commit that referenced this pull request Feb 25, 2013
@weaverryan
Copy link
Member

👍 thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants