You are here

17 calls to SchedulerSetupTrait::entityStorageObject() in Scheduler 2.x

SchedulerDevelGenerateTest::countScheduledEntities in tests/src/Functional/SchedulerDevelGenerateTest.php
Helper function to count scheduled entities and assert the expected number.
SchedulerEntityAccessTest::testEntityAccess in tests/src/Functional/SchedulerEntityAccessTest.php
Tests Scheduler cron functionality when access to the entity is denied.
SchedulerEventsTest::testSchedulerEvents in tests/src/Functional/SchedulerEventsTest.php
Tests six scheduler events for entity types other than node.
SchedulerHooksTest::approveEntity in tests/src/Functional/SchedulerHooksTest.php
Approves an entity for publication or unpublication.
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()
SchedulerNonEnabledTypeTest::testNonEnabledType in tests/src/Functional/SchedulerNonEnabledTypeTest.php
Tests the publish_enable and unpublish_enable entity type settings.
SchedulerPastDatesTest::testSchedulerPastDates in tests/src/Functional/SchedulerPastDatesTest.php
Test the different options for past publication dates.
SchedulerPermissionsTest::testUserPermissionsEdit in tests/src/Functional/SchedulerPermissionsTest.php
Tests that users without permission can edit existing scheduled content.
SchedulerRevisioningTest::assertRevisionCount in tests/src/Functional/SchedulerRevisioningTest.php
Check if the number of revisions for an entity matches a given value.
SchedulerRevisioningTest::scheduleAndRunCron in tests/src/Functional/SchedulerRevisioningTest.php
Simulates the scheduled (un)publication of an entity.
SchedulerRulesActionsTest::testPublishOnActions in tests/src/Functional/SchedulerRulesActionsTest.php
Tests the actions which set and remove the 'Publish On' date.
SchedulerRulesActionsTest::testUnpublishOnActions in tests/src/Functional/SchedulerRulesActionsTest.php
Tests the actions which set and remove the 'Unpublish On' date.
SchedulerTokenReplaceTest::testSchedulerTokenReplacement in tests/src/Functional/SchedulerTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.