You are here

public function RulesPlugin::info in Rules 7.2

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 688
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesPlugin
Base class for rules plugins.

Code

public function info() {
  return $this->info;
}