constant ESI_DEFAULT_RENDER_MODE in ESI: Edge Side Includes 7.3
2 uses of ESI_DEFAULT_RENDER_MODE
- esi_admin_configuration_form in ./
esi.admin.inc - Menu handler to display the configuration form.
- esi_prerender_esi_tag in ./
esi.module - Prerender handler to load the correct render function for an ESI tag.
File
- ./
esi.module, line 49 - Adds support for ESI (Edge-Side-Include) integration, allowing components\ to be delivered by ESI, with support for per-component cache times.
Code
define('ESI_DEFAULT_RENDER_MODE', 'esi');