function RulesPluginHandlerInterface::info_alter
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 2022
Class
- RulesPluginHandlerInterface
- Provides the base interface for implementing abstract plugins via classes.
Code
public function info_alter(&$element_info);