function preview_link_cron in Preview Link 8
Same name and namespace in other branches
- 2.x preview_link.module \preview_link_cron()
- 2.0.x preview_link.module \preview_link_cron()
Implements hook_cron().
1 call to preview_link_cron()
- PreviewLinkExpiryTest::testPreviewLinkExpires in tests/
src/ Kernel/ PreviewLinkExpiryTest.php - Test preview links are automatically expired on cron.
File
- ./
preview_link.module, line 37 - Module file.
Code
function preview_link_cron() {
\Drupal::classResolver(PreviewLinkHooks::class)
->cron();
}