You are here

public function ShipmentInterface::getChanged in Ubercart 8.4

Returns the last modified timestamp.

Return value

int The last modified timestamp.

1 method overrides ShipmentInterface::getChanged()
Shipment::getChanged in shipping/uc_fulfillment/src/Shipment.php
Returns the last modified timestamp.

File

shipping/uc_fulfillment/src/ShipmentInterface.php, line 208

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getChanged();