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 directories where eZ Publish will look for action extensions.

Usage

 

ExtensionDirectories[]= directory1
ExtensionDirectories[]= directory2
...

Description

eZ Publish will look for actions in " ExtensionDirectory/ directory/actions/content_actionhandler.php". In that file eZ Publish will look for the function directory_ContentActionHandler. This function will be invoked when your action is triggered.
The function must accept three parameters: "module", "http" and "objectID".

Frederik Holljen (04/07/2005 12:15 pm)

Frederik Holljen (04/07/2005 12:16 pm)


Comments

There are no comments.