You are here

public function RulesReactionRule::__sleep in Rules 7.2

File

includes/rules.plugins.inc, line 531
Contains plugin info and implementations not needed for rule evaluation.

Class

RulesReactionRule
Represents rules getting triggered by events.

Code

public function __sleep() {
  return parent::__sleep() + drupal_map_assoc(array(
    'events',
    'eventSettings',
  ));
}