Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (MetadataPool $metadataPool, ResourceConnection $resourceConnection, DateTime $dateTime, ScopeConfigInterface $scopeConfig, \Magento\Framework\Stdlib\DateTime\DateTime $time) | |
execute () | |
Definition at line 14 of file BulkCleanup.php.
__construct | ( | MetadataPool | $metadataPool, |
ResourceConnection | $resourceConnection, | ||
DateTime | $dateTime, | ||
ScopeConfigInterface | $scopeConfig, | ||
\Magento\Framework\Stdlib\DateTime\DateTime | $time | ||
) |
BulkCleanup constructor.
MetadataPool | $metadataPool | |
ResourceConnection | $resourceConnection | |
DateTime | $dateTime | |
ScopeConfigInterface | $scopeConfig | |
DateTime\DateTime | $time |
Definition at line 49 of file BulkCleanup.php.
execute | ( | ) |
Remove all expired bulks and corresponding operations
Definition at line 68 of file BulkCleanup.php.