You are here

public function RulesPluginHandlerBase::info_alter in Rules 7.2

Allows altering of the element's action/condition info.

Note that this method is also invoked on evaluation time, thus any costly operations should be avoided.

Parameters

$element_info: A reference on the element's info as returned by RulesPlugin::info().

Overrides RulesPluginHandlerInterface::info_alter

File

includes/rules.core.inc, line 2135
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesPluginHandlerBase
Base class for implementing abstract plugins via classes.

Code

public function info_alter(&$element_info) {
}