Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ContentModerationState.php
function ContentModerationState::weight
Overrides
StateInterface::weight
File
core/
modules/
content_moderation/
src/
ContentModerationState.php
, line 89
Class
ContentModerationState
A value object representing a workflow state for content moderation.
Namespace
Drupal\content_moderation
Code
public
function
weight
() {
return
$this
->
state
->
weight
(); }
RSS feed