Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1158

Joomla! 5.x Coding • Re: use Joomla\CMS\Language\Text; GLOBAL ?

$
0
0
If you're using a proper code editor, it will automatically add import statements. So you don't have to worry about them. There is also an alternative way to use namespaced classes by writing fully qualifying class names everywhere, e.g.:

Code:

Joomla\CMS\Language\Text::_('SOME_STRING')
There's also a silly way by creating a class alias. This is how JText works. You should not use this in current year though.
As of Joomla 4.4.0 you can and should use getLanguage() method in view and plugin layouts:

Code:

$this->getLanguage()->_('SOME_STRING')

Statistics: Posted by SharkyKZ — Thu Sep 12, 2024 7:59 am



Viewing all articles
Browse latest Browse all 1158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>