You are here

15 calls to scheduler_cron() in Scheduler 2.x

SchedulerEventsTest::testNodeEvents in tests/src/Functional/SchedulerEventsTest.php
Covers six events for nodes.
SchedulerEventsTest::testSchedulerEvents in tests/src/Functional/SchedulerEventsTest.php
Tests six scheduler events for entity types other than node.
SchedulerHooksLegacyTest::testAllowedPublishing in tests/src/Functional/SchedulerHooksLegacyTest.php
Covers hook_scheduler_allow_publishing()
SchedulerHooksLegacyTest::testAllowedUnpublishing in tests/src/Functional/SchedulerHooksLegacyTest.php
Covers hook_scheduler_allow_unpublishing()
SchedulerHooksLegacyTest::testNidList in tests/src/Functional/SchedulerHooksLegacyTest.php
Covers hook_scheduler_nid_list($action)
SchedulerHooksLegacyTest::testNidListAlter in tests/src/Functional/SchedulerHooksLegacyTest.php
Covers hook_scheduler_nid_list_alter($action)
SchedulerHooksLegacyTest::testPublishUnpublishAction in tests/src/Functional/SchedulerHooksLegacyTest.php
Test when other modules process the publish and unpublish actions.
SchedulerHooksTest::testList in tests/src/Functional/SchedulerHooksTest.php
Covers hook_scheduler_list() and hook_scheduler_{type}_list()
SchedulerHooksTest::testListAlter in tests/src/Functional/SchedulerHooksTest.php
Covers hook_scheduler_list_alter() and hook_scheduler_{type}_list_alter()
SchedulerHooksTest::testPublishingAllowed in tests/src/Functional/SchedulerHooksTest.php
Covers hook_scheduler_{type}_publishing_allowed()
SchedulerHooksTest::testPublishUnpublishProcess in tests/src/Functional/SchedulerHooksTest.php
Tests when other modules execute the 'publish' and 'unpublish' processes.
SchedulerHooksTest::testUnpublishingAllowed in tests/src/Functional/SchedulerHooksTest.php
Covers hook_scheduler_{type}_unpublishing_allowed()
SchedulerManager::runLightweightCron in src/SchedulerManager.php
Run the lightweight cron.
SchedulerPastDatesTest::testSchedulerPastDates in tests/src/Functional/SchedulerPastDatesTest.php
Test the different options for past publication dates.
SchedulerRevisioningTest::scheduleAndRunCron in tests/src/Functional/SchedulerRevisioningTest.php
Simulates the scheduled (un)publication of an entity.