function RulesAbstractPlugin::getElementName

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 1745

Class

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

Code

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