You are here

public function PriceListInterface::getEndDate in Commerce Pricelist 8

Same name and namespace in other branches
  1. 8.2 src/Entity/PriceListInterface.php \Drupal\commerce_pricelist\Entity\PriceListInterface::getEndDate()

Gets the price list end date.

Return value

\Drupal\Core\Datetime\DrupalDateTime|null The price list end date, or NULL

1 method overrides PriceListInterface::getEndDate()
PriceList::getEndDate in src/Entity/PriceList.php
Gets the price list end date.

File

src/Entity/PriceListInterface.php, line 96

Class

PriceListInterface
Provides an interface for defining price list entities.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getEndDate();