Download the PHP package bravesheep/active-link-bundle without Composer
On this page you can find all versions of the php package bravesheep/active-link-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bravesheep/active-link-bundle
More information about bravesheep/active-link-bundle
Files in bravesheep/active-link-bundle
Download bravesheep/active-link-bundle
More information about bravesheep/active-link-bundle
Files in bravesheep/active-link-bundle
Vendor bravesheep
Package active-link-bundle
Short Description Provides ability in Twig templates to determine if an action is being requested
License MIT
Package active-link-bundle
Short Description Provides ability in Twig templates to determine if an action is being requested
License MIT
Please rate this library. Is it a good library?
Informations about the package active-link-bundle
BravesheepActiveLinkBundle
This bundle provides a few Twig helper functions and filters for checking whether or not a specific part of your controller structure is active.
Note that some limitations apply, specifically this bundle does not work well with subrequests. Instead the bundle always requests the master request.
Installation
Using Composer add the bundle to your requirements:
Then run composer update bravesheep/active-link-bundle
. Finally add the bundle in
app/AppKernel.php
:
Available twig functions
active(location[, params])
active_route(route[, params])
active_bundle(bundle[, params])
active_controller(controller[, params])
active_action(action[, params])
Available twig filters
location is active([params])
route is active_route([params])
bundle is active_bundle([params])
controller is active_controller([params])
action is active_action([params])
All versions of active-link-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/symfony Version
~2.3
The package bravesheep/active-link-bundle contains the following files
Loading the files please wait ....