Skip to content
Advertisement

Tag: typo3-9.x

Cannot inject foreign repository into my controller

I’ve got a problem concerning a plugin I’m writing for Typo3. I want to have access to a repository (and the content of that) of a plugin in a different plugin. Like importing the stuff from one plugin to another. What I tried was using @inject in my controller, but the result is null. And my action function: My Typo3

Select Input TYPO3 v9 Symfony Command

I want to make a scheduler command in TYPO3 v9, the problem is, that I don’t know and can’t find how I can make a select input. This is what I have: Answer You cannot put user choice questions on the command options…, instead you have to use a ask method of helper with ChoiceQuestion object to In your commande

Advertisement