getRequestPath() . self::SEPARATOR . $urlRewrite->getStoreId(); if ($key !== self::SEPARATOR) { $this->data[$key] = $urlRewrite; } else { $this->data[] = $urlRewrite; } } } /** * Returns the data added to container * * @return UrlRewriteService[] * @since 100.1.3 */ public function getData() { return $this->data; } }