Closed (fixed)
Project:
Address
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Apr 2017 at 07:59 UTC
Updated:
13 Jun 2017 at 07:39 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
steveoriolComment #3
bojanz commentedIt's a form element (to be used in custom forms), not a field type.
Would be happy to have one, though.
Comment #4
steveoriolThank you, for your answer bojanz.
Because, I do not have time on this projet and I am not a very good developper and I do not understand for the moment all new D8 things ....
I have taken the module "Country" to make my zones of country.
Thanks again.
Comment #5
bojanz commentedHello, friday.
Comment #7
bojanz commentedDone. The zone_territory form element was renamed to address_zone_territory for consistency.
You can create a Zone field on any entity then use it like this: $node->field_zone->value->match($address).
Comment #9
steveoriolThank you bojanz.