Main bundle

This bundle is required for running Chill.

This bundle provide :

  • Access control model (users, groups, and all concepts)

Warning

this section is incomplete.

Macros

Address sticker

Macro file
ChillMainBundle:Address:macro.html.twig
Macro name
_render
Macro envelope
address, instance of :class:`Chill\MainBundle\Entity\Address`
When to use this macro ?
When you want to represent an address.
Example usage :
{% import 'ChillMainBundle:Address:macro.html.twig' as m %}

{{ m._render(address) }}