[TYPO3-english] Command Controller: I can't execute a command that uses class repositories of my extension

Mikel lists at con-version.com
Tue Nov 7 11:41:11 CET 2017


You need to implement an „execute“ method into your task.
public function execute()

See documentation:
The only method that must be implemented is the execute() method which is expected to perform the task logic.

To go for sure that the task is performed, you can var_dump something and trigger the task in the scheduler by clicking the „play“ button.


More information about the TYPO3-english mailing list