function ExpressionInterface::getWeight

Returns the list order of this expression.

Return value

int The list order of this expression.

1 method overrides ExpressionInterface::getWeight()
ExpressionBase::getWeight in src/Engine/ExpressionBase.php
Returns the list order of this expression.

File

src/Engine/ExpressionInterface.php, line 95

Class

ExpressionInterface
Defines the interface for Rules expressions.

Namespace

Drupal\rules\Engine

Code

public function getWeight();