Closed (works as designed)
Project:
Rules
Version:
7.x-2.0-beta3
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2011 at 19:39 UTC
Updated:
10 Jul 2018 at 03:17 UTC
Jump to comment: Most recent
Comments
Comment #1
mlsamuelson commentedI had the same issue. The posting at http://stackoverflow.com/questions/7023863/how-to-get-drupal-rules-settings helped.
Essentially you load the config:
Then call the actions() method on the $rule_config object in a foreach to build an array of the settings:
Comment #2
tr commented