You are here

public function PriceListInterface::setStartDate in Commerce Pricelist 8.2

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

Sets the start date.

Parameters

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

Return value

$this

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

File

src/Entity/PriceListInterface.php, line 158

Class

PriceListInterface
Defines the interface for price lists.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function setStartDate(DrupalDateTime $start_date);