In Drupal 7, i am setting up a rule. That rule is applying to trigger on the Node Save
event.
- After the
node is saved
[Condition] and therule is properly triggered
, then how can i get that savedNode Object ($node)
from theExecute Custom PHP Code
[Action]?
Because i put var_dump($node)
(in the Custom PHP Code Box) but it doesn't work.