Method
addressesIncludeAdministrativeRegion
(defaultIfUnknown = true)
Source from the content-addressed store, hash-verified
| 208 | |
| 209 | inEU (defaultIfUnknown = true) { if (!this.get('country')) { return defaultIfUnknown } else { return utils.inEU(this.get('country')) } } |
| 210 | addressesIncludeAdministrativeRegion (defaultIfUnknown = true) { if (!this.get('country')) { return defaultIfUnknown } else { return utils.addressesIncludeAdministrativeRegion(this.get('country')) } } |
| 211 | |
| 212 | getPhotoURL (size = 80) { |
| 213 | if (application.testing) { return '' } |
Tested by
no test coverage detected