We want to use the functionality of the getInUserLists twig variable but we need this data in our own module. Now we have to basically copy this method in our own service so we can expose it to the rest of our project.
What's your proposed solution?
Copy the logic of the public methods in WishlistVariable.php to a service so we can use these services in our own modules 😄!
What are you trying to do?
We want to use the functionality of the
getInUserLists
twig variable but we need this data in our own module. Now we have to basically copy this method in our own service so we can expose it to the rest of our project.What's your proposed solution?
Copy the logic of the public methods in WishlistVariable.php to a service so we can use these services in our own modules 😄!
Additional context
No response