Problem/Motivation
The method name getSchedulerId makes it sound like it returns an ID, but the docs say it returns a whole array of settings:
> * Gets scheduler array which holds info about the scheduler settings.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork ultimate_cron-3317195
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
berdirConsidering that getLauncherId() and getLoggerId() do what you'd expect from the method name, I'd say the name is actually the only correct thing about this method. It should work like the other two and the docs updated. It also seems unused. Still a chance to do this before stable release.
Comment #3
tanushree gupta commentedComment #5
tanushree gupta commentedComment #6
rjustin commented+1
The merge request posted by @tanushree-gupta aligns with the success criteria documented in the issue. I believe this is good to merge in.
Comment #8
berdirMerging.