We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2198d commit 9c26e5bCopy full SHA for 9c26e5b
src/Model/MultirepoAlternateLinks.php
@@ -28,6 +28,10 @@ public function getAlternateLinks(
28
$configuration = $this->configuration;;
29
$storeManager = $this->storeManager;
30
31
+ if (! $configuration->getMultiRepoEnabled($storeManager->getStore())) {
32
+ return $mappedDocumentsToLanguage;
33
+ }
34
+
35
foreach ($storeManager->getStores() as $store) {
36
if (! $configuration->getApiEnabled($store)) {
37
continue;
0 commit comments