You are here

public function AddressInterface::setStreet2 in Ubercart 8.4

Sets the second line of street address.

Parameters

string $street2: Second line of street address.

Return value

$this

File

uc_store/src/AddressInterface.php, line 98

Class

AddressInterface
Defines an object to hold Ubercart mailing address information.

Namespace

Drupal\uc_store

Code

public function setStreet2($street2);