Ver Fonte

linking to controller as a service

dbu há 13 anos atrás
pai
commit
f45a5b4612
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      Resources/doc/reference/architecture.rst

+ 2 - 1
Resources/doc/reference/architecture.rst

@@ -147,7 +147,8 @@ Or if you're using a YML configuration file,
 
 You can extend ``Sonata\AdminBundle\Admin\Admin`` to minimize the amount of
 code to write. This base admin uses the routing services to build routes.
-Note that you can use both the Bundle:Controller format or a service name to
+Note that you can use both the Bundle:Controller format or a `service name`_ to
 specify what controller to load.
 
 .. _`Django Project Website`: http://www.djangoproject.com/
+.. _`service name`: http://symfony.com/doc/2.0/cookbook/controller/service.html