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