Closed (fixed)
Project:
Ultimate Cron
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Dec 2020 at 10:27 UTC
Updated:
22 Apr 2026 at 21:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
novchuk.v commentedComment #4
novchuk.v commentedComment #5
novchuk.v commentedComment #7
chaitanyadessai commentedPlease review patch.
Replaced t() with $this->t() in all plugins
Comment #9
nitin_lamaComment #10
nitin_lamaProviding updated patch. i think we only need to use StringTranslationTrait for classes which extends PluginBase.
Comment #11
nitin_lamaPlease review. Thanks.
Comment #12
nitin_lamaComment #13
solideogloria commentedThe patch should be converted to a merge request.
Comment #14
aryan singh commentedWorking...
Comment #16
aryan singh commentedComment #18
solideogloria commentedThere are definitely other classes that can use
$this->t().CronJobFormis one, since it extendsEntityForm. I also think it shouldStringTranslationTraitcould be used inCronJobDiscoveryand other such classes. Any class using dependency injection should use it.Comment #19
solideogloria commentedComment #20
solideogloria commentedComment #21
solideogloria commentedComment #22
solideogloria commentedComment #23
solideogloria commentedComment #24
berdirConflicts with the short array syntax issue.
Comment #25
solideogloria commentedRebased
Comment #26
berdirreviewed.
Comment #27
solideogloria commentedComment #29
berdirMerged.
Comment #31
solideogloria commented@berdir I'm not credited in the contribution record, for some reason, despite committing multiple times. Can you fix that, please?
Comment #32
berdirI updated that.
Comment #33
solideogloria commentedThanks.