netgen / ezplatform-site-api

Netgen's Site API is site building productivity layer for eZ/Ibexa Platform
https://docs.netgen.io/projects/site-api
GNU General Public License v2.0
37 stars 8 forks source link

NGSTACK-400: use expression function providers #182

Closed pspanja closed 4 years ago

pspanja commented 4 years ago

This adds usage of expression function providers to register functions to the language expression used in Query Types.

The implementation uses a service tag and compiler pass to register the provider, thus enabling registration of custom providers.