Skip to content

Commit

Permalink
Added info about different manager_type values to be set depending on…
Browse files Browse the repository at this point in the history
… storage
  • Loading branch information
jedrzej authored and rande committed Mar 16, 2015
1 parent f46f28b commit f4b43ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/doc/reference/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ Create either a new ``admin.xml`` or ``admin.yml`` file inside the ``Acme/DemoBu
calls:
- [ setTranslationDomain, [AcmeDemoBundle]]
Example above assumes that you're using SonataDoctrineORMAdminBundle. If you're using SonataDoctrineMongoDBAdminBundle, SonataPropelAdminBundle or SonataDoctrinePhpcrAdminBundle instead, set ``manager_type`` option to ``doctrine_mongodb``, ``propel`` or ``doctrine_phpcr`` respectively.

The basic configuration of an Admin service is quite simple. It creates a service
instance based on the class you specified before, and accepts three arguments:

Expand Down

0 comments on commit f4b43ee

Please sign in to comment.