staempfli/magento2-module-seo

View on GitHub
Api/CmsPageUrlRetrieverInterface.php

Summary

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

interface CmsPageUrlRetrieverInterface extends UrlRetrieverInterface
{
}