lolautruche/ez-querytype-backport-bundle

Backport of QueryType feature to eZ Publish 5.4

v1.0 2017-02-17 12:32 UTC

This package is auto-updated.

Last update: 2024-04-07 01:36:00 UTC


README

EzQueryTypeBackportBundle is a backport of the eZ Platform QueryType feature.

QueryTypes are named objects that build a Query.

To define a new QueryType, you need to create a class that implements the QueryType interface, and register it as such in the service container.

Refer to QueryType documentation for more information.

Compatibility

This bundle is compatible with eZ Publish 5.4 / 2014.11+.

It is NOT compatible with eZ Platform (kernel >= 6.0). If you use such version, please just use the native feature 😉

License

As this bundle is a full backport, GPL-2.0 license from eZ Systems A.S. has been kept as is. An additional license for integration has been added (GPL-2.0 as well, for license compatibility).

Please refer to LICENSE-EZ and LICENSE-Jerome-Vieilledent for details.