batchaction( $pages, 'doArchive', _t(__CLASS__ . '.RESULT', 'Deleted %d pages from draft and live, and sent them to the archive') ); } public function applicablePages($ids) { // canArchive() is deprecated, not $this->applicablePagesHelper() return Deprecation::withNoReplacement(fn() => $this->applicablePagesHelper($ids, 'canArchive')); } }