function TransitionInterface::weight

Same name and namespace in other branches
  1. 11.x core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::weight()

Gets the transition's weight.

Return value

string The transition's weight.

File

core/modules/workflows/src/TransitionInterface.php, line 69

Class

TransitionInterface
A transition value object that describes the transition between two states.

Namespace

Drupal\workflows

Code

public function weight();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.