public function ContentModerationNotification::getWorkflowId in Content Moderation Notifications 8.3
Same name and namespace in other branches
- 8.2 src/Entity/ContentModerationNotification.php \Drupal\content_moderation_notifications\Entity\ContentModerationNotification::getWorkflowId()
Gets the workflow ID.
Return value
string The workflow ID.
Overrides ContentModerationNotificationInterface::getWorkflowId
File
- src/
Entity/ ContentModerationNotification.php, line 126
Class
- ContentModerationNotification
- Defines the content_moderation_notification entity.
Namespace
Drupal\content_moderation_notifications\EntityCode
public function getWorkflowId() {
return $this
->get('workflow');
}