You are here

public function Shipment::getChanged in Ubercart 8.4

Returns the last modified timestamp.

Return value

int The last modified timestamp.

Overrides ShipmentInterface::getChanged

File

shipping/uc_fulfillment/src/Shipment.php, line 292

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getChanged() {
  return $this->changed;
}