You are here

public function AddressItem::getOrganization in Address 8

File

src/Plugin/Field/FieldType/AddressItem.php, line 410

Class

AddressItem
Plugin implementation of the 'address' field type.

Namespace

Drupal\address\Plugin\Field\FieldType

Code

public function getOrganization() {
  return $this->organization;
}