interface RulesActionInterface

Same name in other branches
  1. 8.x-3.x src/Core/RulesActionInterface.php \Drupal\rules\Core\RulesActionInterface

Interface for objects that can be used as actions.

Hierarchy

Expanded class hierarchy of RulesActionInterface

All classes that implement RulesActionInterface

1 string reference to 'RulesActionInterface'
rules_get_components in ./rules.module
Returns an array of configured components.

File

includes/rules.core.inc, line 1907

View source
interface RulesActionInterface {
    
    /**
     * @return
     *   As specified.
     *
     * @throws RulesEvaluationException
     *   Throws an exception if not all necessary arguments have been provided.
     */
    public function execute();

}

Members

Title Sort descending Modifiers Object type Summary
RulesActionInterface::execute public function