Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c97418f

Browse filesBrowse files
committed
minor #4073 Reworded bundle requirement (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Reworded bundle requirement I can remember that we talked about this one, but I can't find it anymore. If anyone spots a PR which is already fixing this, I'll close this one a.s.a.p. | Q | A | --- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Ficket tickets | not sure Commits ------- b6f921b Reworded bundle requirement
2 parents e5d5eb8 + b6f921b commit c97418f
Copy full SHA for c97418f

File tree

Expand file treeCollapse file tree

1 file changed

+8
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-2
lines changed

‎cookbook/security/entity_provider.rst

Copy file name to clipboardExpand all lines: cookbook/security/entity_provider.rst
+8-2Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,14 @@ Finally, the tutorial will demonstrate how to create a custom
2525
:class:`Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider` object to
2626
retrieve users from a database with custom conditions.
2727

28-
This tutorial assumes there is a bootstrapped and loaded
29-
``Acme\UserBundle`` bundle in the application kernel.
28+
.. sidebar:: Code along with the Example
29+
30+
If you want to follow along with the example in this chapter, create
31+
an AcmeUserBundle via:
32+
33+
.. code-block:: bash
34+
35+
$ php app/console generate:bundle --namespace=Acme/UserBundle
3036
3137
The Data Model
3238
--------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.