We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems the content about new backend modules with extbase is outdated.
a working example would be
public function indexAction(): ResponseInterface { $viewVariables = [ 'fo' => [], ]; return $this->moduleTemplateFactory ->create($this->request) ->setFlashMessageQueue($this->getFlashMessageQueue()) ->setTitle('A title') ->assignMultiple($viewVariables) ->renderResponse('AdminModule/Index'); }
The text was updated successfully, but these errors were encountered:
@georgringer can you hint me at what Core change caused this to change?
Sorry, something went wrong.
IMO there is not a single commit but this is how it is currently now done in core
@georgringer Since when does it work this way? Is a backport to 13.4 needed? also to 12.4?
i just used the example in 13.4 and didn't work, therefore I guess at least 13.4
I think this is the same issue: #4962
linawolf
No branches or pull requests
It seems the content about new backend modules with extbase is outdated.
a working example would be
The text was updated successfully, but these errors were encountered: