2015-02-23

Get helper from template (.phtml) in magento 2.0

Let's imagine that you have a helper app/code/SliRx/News/Helper/Date.php.
You can get the helper from template (.phtml file) like this:
$helper = $this->helper('SliRx\News\Helper\Date');

No comments:

Post a Comment