Magento 2
How to get a singleton with the object manager?
Development
object-manager
dmitrii_fediuk
(Dmitrii Fediuk)
April 27, 2016, 12:16pm
1
\Magento\Framework\App\ObjectManager::getInstance() ->get(\Vendor\Module\Class\Name::class);
How to get the \Magento\Checkout\Model\Session singleton in a *.phtml template?