Download the PHP package se7enxweb/ez-core-extra-bundle without Composer
On this page you can find all versions of the php package se7enxweb/ez-core-extra-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download se7enxweb/ez-core-extra-bundle
More information about se7enxweb/ez-core-extra-bundle
Files in se7enxweb/ez-core-extra-bundle
Package ez-core-extra-bundle
Short Description Extra sugar for building eZ Platform websites
License
Informations about the package ez-core-extra-bundle
EzCoreExtraBundle
Adds extra features to eZ Platform.
Compatibility
masterbranch is only compatible with eZ Platform v3v2.xis only compatible with eZ Platform v1 and v21.0branch is compatible with both eZ Platform and eZ Publish 5.4/2014.11.
Features
-
Configurable template variable injection
Lets you configure variables to inject within your view template configuration. This avoids you to create custom controllers when you need to add a few simple variables to your view.
-
Context aware Twig global variables
Lets you define Twig global variables that will be available only in the current SiteAccess.
-
Simplified authorization checks
Simplifies calls to
$this->isGranted()from inside controllers andis_granted()from within templates when checking against eZ inner permission system (module/function/valueObject).
composer require lolautruche/ez-core-extra-bundle
Then add it to your application:
> `EzCoreExtraBundle` **MUST** be instanciated **AFTER** eZ bundles.
## Documentation
See [Resources/doc/](Resources/doc)All versions of ez-core-extra-bundle with dependencies
twig/twig Version ^2.16.1
symfony/config Version ^3.4
symfony/event-dispatcher Version ^3.4
symfony/dependency-injection Version ^3.4
symfony/security-core Version ^3.4
symfony/http-foundation Version ^3.4
symfony/http-kernel Version ^3.4
symfony/expression-language Version ^3.4
symfony/options-resolver Version ^3.4
