Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Transition.php
function Transition::weight
Overrides
TransitionInterface::weight
File
core/
modules/
workflows/
src/
Transition.php
, line 108
Class
Transition
A transition value object that describes the transition between states.
Namespace
Drupal\workflows
Code
public
function
weight
() {
return
$this
->
weight
; }
RSS feed