diff --git a/core/modules/node/src/NodeListBuilder.php b/core/modules/node/src/NodeListBuilder.php index ca8d12243e2ac5daadcc8cd7b5530df5408ac5e0..703b93fc5ecfb948f1216da145fda19eff68d776 100644 --- a/core/modules/node/src/NodeListBuilder.php +++ b/core/modules/node/src/NodeListBuilder.php @@ -92,7 +92,7 @@ public function buildRow(EntityInterface $entity) { /** @var \Drupal\node\NodeInterface $entity */ $mark = [ '#theme' => 'mark', - '#mark_type' => node_mark($entity->id(), $entity->getChangedTime()), + '#status' => node_mark($entity->id(), $entity->getChangedTime()), ]; $row['title']['data'] = [ '#type' => 'link',