Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TransitionInterface.php
function TransitionInterface::label
Gets the transition's label.
Return value
string The transition's label.
1 method overrides
TransitionInterface::label()
Transition::label
in core/
modules/
workflows/
src/
Transition.php
Gets the transition's label.
File
core/
modules/
workflows/
src/
TransitionInterface.php
, line 45
Class
TransitionInterface
A transition value object that describes the transition between two states.
Namespace
Drupal\workflows
Code
public
function
label
();
RSS feed