Posted by kototoy on January 25, 2022 at 3:58am
お世話になります。
多言語サイトでdraftのlatest revisionを一括で公開にする方法をご存じの方いらっしゃらないでしょうか?
moderated content bulk publish
https://www.drupal.org/project/moderated_content_bulk_publish
上記モジュールで試したもののうまくいかず、
$storage = \Drupal::entityTypeManager()->getStorage($node->getEntityTypeId());
// latest translation revision id
$revision_id = $storage->getLatestTranslationAffectedRevisionId($nid, $langcode);
$revision = $storage->loadRevision($revision_id);
あたりを使って操作しようとしたのですが、そちらもうまくいきませんでした。
よろしくお願いいたします。