Skip to content
New issue

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

Problem on https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us//ApiOverview/FlashMessages/Extbase.html #5426

Open
georgringer opened this issue Mar 11, 2025 · 0 comments · May be fixed by #5439
Assignees

Comments

@georgringer
Copy link
Contributor

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

$identifier = 'extbase.flashmessages.' . $pluginNamespace;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants