You are here

public function PriceListInterface::getStartDate in Commerce Pricelist 8

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

Gets the price list start date.

Return value

\Drupal\Core\Datetime\DrupalDateTime The price list start date.

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

File

src/Entity/PriceListInterface.php, line 78

Class

PriceListInterface
Provides an interface for defining price list entities.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getStartDate();