ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

AvailableEventTypes

Summary

Sets the name of the event types that eZ publish should search for.

Usage

 

AvailableEventTypes[]= event_group1_ event_name1
AvailableEventTypes[]= event_group2_ event_name2
...

Description

This setting contains a list of event types. These event types consist of an event group and an event name. These two items are separated with an underscore (_).

The combination of the settings ExtensionDirectories, and AvailableEventTypes specify where eZ publish will look for additional event types.
eZ publish will search for the extensions in "/extension/ extension_name/eventtypes/ event_group/ event_nametype.php" where extension_name is specified by ExtensionDirectories and event_group and event_name are specified by AvailableEventTypes.

Examples

ExtensionDirectories[]=ezpaynetdirect
AvailableEventTypes[]=event_ezapprove
AvailableEventTypes[]=paynet_ezpaynetdirect

These settings will make eZ publish search for the following files for the events.
extensions/ezpaynetdirect/eventtypes/event/ezapprove/ezapprove.php
extensions/ezpaynetdirect/eventtypes/paynet/ezpaynetdirect/ezpaynetdirecttype.php

Frederik HolljenĀ (14/04/2005 9:21 am)

Frederik HolljenĀ (14/04/2005 9:22 am)


Comments

There are no comments.