public function RulesPluginHandlerInterface::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().
1 method overrides RulesPluginHandlerInterface::info_alter()
- RulesPluginHandlerBase::info_alter in includes/
rules.core.inc - Allows altering of the element's action/condition info.
File
- includes/
rules.core.inc, line 2007 - Rules base classes and interfaces needed for any rule evaluation.
Class
- RulesPluginHandlerInterface
- Provides the base interface for implementing abstract plugins via classes.
Code
public function info_alter(&$element_info);