Loading entity_updater.info.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ name: Entity Updater type: module description: Mass updates entities via a queue. package: Queues core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10 src/EntityUpdater.php +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ class EntityUpdater { $key = $type->getKey('bundle'); $query->condition($key, $bundle); } $query->accessCheck(); $ids = $query->execute(); foreach ($ids as $id) { $this->enqueueUpdateById($entity_type_id, $id); Loading Loading
entity_updater.info.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ name: Entity Updater type: module description: Mass updates entities via a queue. package: Queues core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10
src/EntityUpdater.php +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ class EntityUpdater { $key = $type->getKey('bundle'); $query->condition($key, $bundle); } $query->accessCheck(); $ids = $query->execute(); foreach ($ids as $id) { $this->enqueueUpdateById($entity_type_id, $id); Loading