You are here

public function RulesAbstractPlugin::getElementName in Rules 7.2

Gets the name of the configured action or condition.

1 call to RulesAbstractPlugin::getElementName()
RulesAbstractPlugin::access in includes/rules.core.inc
Whether the currently logged in user has access to all configured elements.

File

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

Class

RulesAbstractPlugin
Defines a common base class for so-called "Abstract Plugins" like actions.

Code

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