function RulesLoop::label

Returns the label of the element.

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');
}