public function BillingPeriod::getStartDate in Commerce Recurring Framework 8
Gets the start date/time.
Return value
\Drupal\Core\Datetime\DrupalDateTime The start date/time.
File
- src/
BillingPeriod.php, line 55
Class
- BillingPeriod
- Represents a single billing period.
Namespace
Drupal\commerce_recurringCode
public function getStartDate() {
return $this->startDate;
}