public ModerationStateTransition::getWeight()
Gets the weight for the given transition.
Return value
int The weight of this transition.
Overrides ModerationStateTransitionInterface::getWeight
File
- core/modules/content_moderation/src/Entity/ModerationStateTransition.php, line 110
Class
- ModerationStateTransition
- Defines the Moderation state transition entity.
Namespace
Drupal\content_moderation\Entity
Code
1 2 3 | public function getWeight() { return $this ->weight; } |
Please login to continue.