Sylius/docs/bundles/SyliusAddressingBundle/zones.rst
2016-03-21 17:57:19 +01:00

12 lines
250 B
ReStructuredText

ZoneMatcher
-----------
This bundle exposes the **ZoneMatcher** as ``sylius.zone_matcher`` service.
.. code-block:: php
<?php
$zoneMatcher = $this->get('sylius.zone_matcher');
$zone = $zoneMatcher->match($user->getBillingAddress());