You are here

public function ShippingRate::getDeliveryDate in Commerce Shipping 8.2

Gets the delivery date, if known.

Return value

\Drupal\Core\Datetime\DrupalDateTime|null The delivery date, or NULL.

File

src/ShippingRate.php, line 209

Class

ShippingRate
Represents a shipping rate.

Namespace

Drupal\commerce_shipping

Code

public function getDeliveryDate() {
  return $this->deliveryDate;
}