public function JanrainUserAddress::getDepartment in Janrain Registration 8
File
- src/
User/ JanrainUserAddress.php, line 75
Class
- JanrainUserAddress
- The user address.
Namespace
Drupal\janrain_capture\UserCode
public function getDepartment() : string {
return $this
->get('department');
}