AvailableOperations
Summary
Sets the triggers that are avaible from the administration interface.Usage
AvailableOperations=[before|after_] module1_trigger1[;[before|after_] module2_trigger2[;...]
Description
The availableOperations specifies the triggers that are available in the system. Triggers are specified per module and are given a trigger name. Additionally, each trigger point can have both a before and after trigger. Each section of AvailableOperations specifies one module and a trigger name. Additionally you can specify if the trigger is a before trigger by adding before or after in front of the module name. If the trigger is both a before and an after trigger, simply don't specify anything.
eZ Publish will look for the file operation_definition.php in the module directory. Each trigger activated in this setting must be properly set up in the operation_definition.php of the corresponding module.
Examples
AvailableOperations=content_publish;before_shop_confirmorder;shop_checkout
These settings will enable and make eZ Publish search for the following triggers:
Module | Trigger name | Trigger time |
---|---|---|
content |
publish |
before |
content |
publish |
after |
shop |
confirmorder |
before |
shop |
checkout |
before |
shop |
checkout |
after |
Frederik Holljen (14/04/2005 10:52 am)
Geir Arne Waaler (30/08/2010 2:36 pm)
Comments
There are no comments.