title | issue | author | author_email |
---|---|---|---|
Add cron and date interval fields |
NEXT-29451 |
Max Stegmeyer |
- 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.