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