interface RulesDataWrapperSavableInterface

Used to declare custom wrapper classes as saveable.

Hierarchy

Expanded class hierarchy of RulesDataWrapperSavableInterface

All classes that implement RulesDataWrapperSavableInterface

File

includes/rules.state.inc, line 809

View source
interface RulesDataWrapperSavableInterface {
    
    /**
     * Save the currently wrapped data.
     */
    public function save();

}

Members

Title Sort descending Modifiers Object type Summary Overrides
RulesDataWrapperSavableInterface::save public function Save the currently wrapped data. 1