staempfli/magento2-module-seo

View on GitHub
Api/ProductUrlRetrieverInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Staempfli\Seo\Api;

interface ProductUrlRetrieverInterface extends UrlRetrieverInterface
{
}