Skip to content

Commit

Permalink
clarified that Bundle extensions are only loaded if registered in the…
Browse files Browse the repository at this point in the history
… Kernel
  • Loading branch information
lsmith77 committed Mar 27, 2011
1 parent 0945b1f commit ea58f37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cookbook/bundles/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ file:
.. tip::

Your extension code is always called, even if the user does not provide
any configuration. In that case, the array of configurations will be empty
and you can still provide some sensible defaults if you want.
Your extension code is always called if the Bundle is registered in the Kernel,
even if the user does not provide any configuration. In that case, the array
of configurations will be empty and you can still provide some sensible defaults
if you want.

Parsing a Configuration
-----------------------
Expand Down

0 comments on commit ea58f37

Please sign in to comment.