services: ps_facebook.context: class: 'Context' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getContext'] ps_facebook.controller: class: 'Controller' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getController'] ps_facebook.cookie: class: 'Cookie' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getCookie'] ps_facebook.language: class: 'Language' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getLanguage'] ps_facebook.currency: class: 'Currency' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getCurrency'] ps_facebook.smarty: class: 'Smarty' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getSmarty'] ps_facebook.shop: class: 'Shop' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getShop'] ps_facebook.link: class: 'Shop' factory: ['PrestaShop\Module\PrestashopFacebook\Factory\ContextFactory', 'getLink']