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".

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.