public ModerationStateTransitionInterface::getToState()
Gets the to state for the given transition.
Return value
string The moderation state ID for the to state.
File
- core/modules/content_moderation/src/ModerationStateTransitionInterface.php, line 26
 
Class
- ModerationStateTransitionInterface
 - Provides an interface for defining Moderation state transition entities.
 
Namespace
Drupal\content_moderation
Code
public function getToState();
Please login to continue.