lolautruche / ez-querytype-backport-bundle
Backport of QueryType feature to eZ Publish 5.4
Installs: 4 155
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- ezsystems/ezpublish-kernel: ^5.4.0||>=2014.11.0
This package is auto-updated.
Last update: 2024-11-07 02:54:55 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.