function RulesLoop::label

Overrides RulesPlugin::label

File

includes/rules.plugins.inc, line 744

Class

RulesLoop
A loop element.

Code

public function label() {
    return !empty($this->label) ? $this->label : t('Loop');
}