extbase: commandcontroller doesn’t show up in scheduler
My controller just wouldn’t show up in my extbase commandcontroller task menu and I couldn’t figure out why. Turns out these were my mistakes: the controller MUST be named CommandController. Mine was called DoSomethingController, which should have been DoSomethingCommandController the […]