Skip to content

Convert CiviRuleAction/Condition/Trigger API to generic functions

mattwire requested to merge mattwire/civirules:civiruleactiongeneric into master

This switches the CiviRuleAction/Condition/Trigger API to use generic functions. It should make them work better - for example now you can do CiviRuleAction.Get['name' => ['IN', ['action_1', 'action_2']]].

Edited by mattwire

Merge request reports