function ModerationInformation::getWorkflowForEntity

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/ModerationInformation.php \Drupal\content_moderation\ModerationInformation::getWorkflowForEntity()
  2. 10 core/modules/content_moderation/src/ModerationInformation.php \Drupal\content_moderation\ModerationInformation::getWorkflowForEntity()
  3. 11.x core/modules/content_moderation/src/ModerationInformation.php \Drupal\content_moderation\ModerationInformation::getWorkflowForEntity()

Overrides ModerationInformationInterface::getWorkflowForEntity

2 calls to ModerationInformation::getWorkflowForEntity()
ModerationInformation::isDefaultRevisionPublished in core/modules/content_moderation/src/ModerationInformation.php
Determines if the default revision for the given entity is published.
ModerationInformation::isLiveRevision in core/modules/content_moderation/src/ModerationInformation.php
Determines if an entity is "live".

File

core/modules/content_moderation/src/ModerationInformation.php, line 211

Class

ModerationInformation
General service for moderation-related questions about Entity API.

Namespace

Drupal\content_moderation

Code

public function getWorkflowForEntity(ContentEntityInterface $entity) {
    return $this->getWorkflowForEntityTypeAndBundle($entity->getEntityTypeId(), $entity->bundle());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.