How to access view inside plugin.
For example i have language plugin and i need to add to add javascript language array depending on language plugin output.
Thanks 😉
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Many ways, depends what you want to do.
You can grab view from
viewRendererwhich you can get fromHelperBroker.You may also try to get it as application resource from boostrap:
or
(not tested)