Loading core/modules/quickedit/src/MetadataGenerator.php +2 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,8 @@ public function generateEntityMetadata(EntityInterface $entity) { return [ 'label' => $entity->access('view label') ? $entity->label() : new TranslatableMarkup('@label @id', [ '@label' => $entity->getEntityType()->getSingularLabel(), '@id' => $entity->id() ]) '@id' => $entity->id(), ]), ]; } Loading Loading
core/modules/quickedit/src/MetadataGenerator.php +2 −2 Original line number Diff line number Diff line Loading @@ -58,8 +58,8 @@ public function generateEntityMetadata(EntityInterface $entity) { return [ 'label' => $entity->access('view label') ? $entity->label() : new TranslatableMarkup('@label @id', [ '@label' => $entity->getEntityType()->getSingularLabel(), '@id' => $entity->id() ]) '@id' => $entity->id(), ]), ]; } Loading