Issue #3366527: Differentiate pending/old revisions and default translations
Merged
requested to merge issue/entity_usage-3366527:3366527-differentiate-pendingold-revisions into 8.x-2.x
1 unresolved thread
Merge request reports
Activity
193 217 $entity_types = $this->entityTypeManager->getDefinitions(); 194 218 $languages = $this->languageManager()->getLanguages(LanguageInterface::STATE_ALL); 195 219 $all_usages = $this->entityUsage->listSources($entity); 220 221 $revision_groups = [ 222 static::REVISION_DEFAULT => $this->t("Default"), 223 static::REVISION_PENDING => $this->t("Pending revision(s)"), changed this line in version 2 of the diff
added 17 commits
Toggle commit list
Please register or sign in to reply