You are here

public function OrderInterface::getIpAddress in Commerce Core 8.2

Gets the order IP address.

Return value

string The IP address.

1 method overrides OrderInterface::getIpAddress()
Order::getIpAddress in modules/order/src/Entity/Order.php
Gets the order IP address.

File

modules/order/src/Entity/OrderInterface.php, line 121

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getIpAddress();