public function AddressBookInterface::hasUi in Commerce Core 8.2
Gets whether the address book has a UI exposed.
Usually presented as an "Address book" tab on user pages, replacing profile module's per-profile-type tabs.
Return value
bool TRUE if the address book has a UI exposed, FALSE otherwise.
1 method overrides AddressBookInterface::hasUi()
- AddressBook::hasUi in modules/
order/ src/ AddressBook.php - Gets whether the address book has a UI exposed.
File
- modules/
order/ src/ AddressBookInterface.php, line 47
Class
- AddressBookInterface
- Represents a customer's address book.
Namespace
Drupal\commerce_orderCode
public function hasUi();