You are here

interface RulesDataWrapperSavableInterface in Rules 7.2

Used to declare custom wrapper classes as savable.

Hierarchy

Expanded class hierarchy of RulesDataWrapperSavableInterface

All classes that implement RulesDataWrapperSavableInterface

File

includes/rules.state.inc, line 797
Contains the state and data related stuff.

View source
interface RulesDataWrapperSavableInterface {

  /**
   * Save the currently wrapped data.
   */
  public function save();

}

Members

Namesort descending Modifiers Type Description Overrides
RulesDataWrapperSavableInterface::save public function Save the currently wrapped data. 1