public function AddressInterface::getFirstName in Ubercart 8.4
Returns the first (given) name.
Return value
string The given name.
File
- uc_store/
src/ AddressInterface.php, line 16
Class
- AddressInterface
- Defines an object to hold Ubercart mailing address information.
Namespace
Drupal\uc_storeCode
public function getFirstName();