This should still be working in J5. You could file a bug report but don't hold your breath. The way going forward is to register the class with the service registry:If the class is static, you can register it by name:
Code:
use Joomla\CMS\HTML\HTMLHelper;HTMLHelper::getServiceRegistry()->register('jidelnilistek', new YourServiceClass);
Code:
HTMLHelper::getServiceRegistry()->register('jidelnilistek', YourServiceClass::class);
Statistics: Posted by SharkyKZ — Thu Apr 18, 2024 1:48 pm