You are here

public function PriceListInterface::setStartDate in Commerce Pricelist 8

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

Sets the price list start date.

Parameters

\Drupal\Core\Datetime\DrupalDateTime $start_date: The price list start date.

Return value

$this

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

File

src/Entity/PriceListInterface.php, line 88

Class

PriceListInterface
Provides an interface for defining price list entities.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function setStartDate(DrupalDateTime $start_date);