Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 433 Bytes

2023-07-21-add-cron-and-date-interval-fields.md

File metadata and controls

9 lines (9 loc) · 433 Bytes
title issue author author_email
Add cron and date interval fields
NEXT-29451
Max Stegmeyer
m.stegmeyer@shopware.com

Core

  • Added Shopware\Core\Framework\DataAbstractionLayer\Field\CronIntervalField, which can be used to describe intervals in a cron-like syntax.
  • Added Shopware\Core\Framework\DataAbstractionLayer\Field\DateIntervalField, which can be used to describe intervals in a PHP DateInterval-like syntax.