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
Hey,
would be cool to improve the docs a bit regarding https://forge.typo3.org/issues/106244
so if a different queue should be used, following code would be an option
$queue = $this->getFlashMessageQueue('myIdentifier'); $queue->enqueue($myMessage);
instead of myIdentifier maybe a more relevant identifier could be used. default is
myIdentifier
$identifier = 'extbase.flashmessages.' . $pluginNamespace;
The text was updated successfully, but these errors were encountered:
[TASK] Document ability to use distinct flashmessage queues
0ebb1bf
Closes #5426
garvinhicking
Successfully merging a pull request may close this issue.
Hey,
would be cool to improve the docs a bit regarding https://forge.typo3.org/issues/106244
so if a different queue should be used, following code would be an option
instead of
myIdentifier
maybe a more relevant identifier could be used. default isThe text was updated successfully, but these errors were encountered: