You are here

public function RulesPlugin::plugin in Rules 7.2

Returns the name of the element's plugin.

8 calls to RulesPlugin::plugin()
RulesAbstractPlugin::integrityCheck in includes/rules.core.inc
Makes sure the plugin is configured right.
RulesAbstractPlugin::label in includes/rules.core.inc
Returns the label of the element.
RulesConditionContainer::exportChildren in includes/rules.core.inc
RulesConditionContainer::importChildren in includes/rules.core.inc
RulesContainerPlugin::executeByArgs in includes/rules.core.inc
Executes container with the given arguments.

... See full list

File

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

Class

RulesPlugin
Base class for rules plugins.

Code

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