Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ExtensionDirectories

Summary

Sets the extensions that contain event types.

Usage

 

ExtensionDirectories[]= extension1
ExtensionDirectories[]= extension2
...

Description

eZ publish will automatically search the extensions specified by ExtensionDirectories for event types. By default eZ publish will search inside the "eventtypes" directory inside your extension. The exact location of the events in this directory is specified with the AvailableEventTypes setting.

Most frequently ExtensionDirectories is specified in the workflow.ini.append inside custom extensions to indicate that the extensions has custom event types. This makes eZ publish recognize the events as soon as the extension is enabled.

Examples

ExtensionDirectories[]=ezpaynetdirect

The ezpaynetdirect extension uses a workflow which is located in: "/extension/ezpaynetdirect/eventtypes/ AvailabeEventTypes"
This setting makes eZ publish search for event types in "/extension/ezpaynetdirect/eventtypes/ AvailabeEventTypes".

The AvailableEventTypes are described in the AvailableEventTypes setting.

Frederik Holljen (14/04/2005 8:32 am)

Frederik Holljen (14/04/2005 11:56 am)


Comments

There are no comments.