public function AddressItem::getDependentLocality in Address 8
File
- src/
Plugin/ Field/ FieldType/ AddressItem.php, line 375
Class
- AddressItem
- Plugin implementation of the 'address' field type.
Namespace
Drupal\address\Plugin\Field\FieldTypeCode
public function getDependentLocality() {
return $this->dependent_locality;
}