You are here

public function JanrainUserAddress::getDepartment in Janrain Registration 8

File

src/User/JanrainUserAddress.php, line 75

Class

JanrainUserAddress
The user address.

Namespace

Drupal\janrain_capture\User

Code

public function getDepartment() : string {
  return $this
    ->get('department');
}