/** * {@inheritdoc} */ public function getDefaultStoreId() { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getDefaultStoreId'); if (!$pluginInfo) { return parent::getDefaultStoreId(); } else { return $this->___callPlugins('getDefaultStoreId', func_get_args(), $pluginInfo); } }