function ExpressionInterface::getLabel

The label of this expression element that can be shown in the UI.

Return value

string The label for display.

1 method overrides ExpressionInterface::getLabel()
ExpressionBase::getLabel in src/Engine/ExpressionBase.php
The label of this expression element that can be shown in the UI.

File

src/Engine/ExpressionInterface.php, line 69

Class

ExpressionInterface
Defines the interface for Rules expressions.

Namespace

Drupal\rules\Engine

Code

public function getLabel();