You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($controllerinstanceof TranslatableInterface) {
$controller->setDomain(strtolower($bundle->getName());
}
to the Controller Resolver.
The newer AbstractController is just a POC by the way, and there maybe better ways in general, like adding interfaces and letting the controller resolver so things according to that - e.g. TranslatableInterface implements setDomain() and let the controller resolver handler it.
-- @Drak
Add something like
to the Controller Resolver.
...
?
refs #1552.
The text was updated successfully, but these errors were encountered: