| Current Path : /home/rtorresani/www/vendor/magento/module-directory/Model/Country/Postcode/ |
| Current File : //home/rtorresani/www/vendor/magento/module-directory/Model/Country/Postcode/ConfigInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Directory\Model\Country\Postcode;
/**
* Configured postcode validation patterns
*
* @api
*/
interface ConfigInterface
{
/**
* Returns array of postcodes validation patterns
*
* @return array
*/
public function getPostCodes();
}