function RulesPlugin::info
Returns the info of the plugin.
1 call to RulesPlugin::info()
- RulesPlugin::label in includes/
rules.core.inc - Returns the label of the element.
1 method overrides RulesPlugin::info()
- RulesAbstractPlugin::info in includes/
rules.core.inc - Returns the info of the plugin.
File
-
includes/
rules.core.inc, line 689
Class
- RulesPlugin
- Base class for rules plugins.
Code
public function info() {
return $this->info;
}