EventBase |
class |
Drupal\scheduler |
src/EventBase.php |
Base class on which all Scheduler events are extended. |
7 |
6 |
|
EventSubscriber |
class |
Drupal\scheduler_api_test |
tests/modules/scheduler_api_test/src/EventSubscriber.php |
Tests events fired on entity objects. |
|
|
2 |
ExistingNodeIsScheduledForPublishingEvent |
class |
Drupal\scheduler_rules_integration\Event |
scheduler_rules_integration/src/Event/ExistingNodeIsScheduledForPublishingEvent.php |
An existing node is scheduled for publishing. |
|
1 |
|
ExistingNodeIsScheduledForUnpublishingEvent |
class |
Drupal\scheduler_rules_integration\Event |
scheduler_rules_integration/src/Event/ExistingNodeIsScheduledForUnpublishingEvent.php |
An existing node is scheduled for unpublishing. |
|
1 |
|
LightweightCronController |
class |
Drupal\scheduler\Controller |
src/Controller/LightweightCronController.php |
Controller for the lightweight cron. |
|
|
|
NewNodeIsScheduledForPublishingEvent |
class |
Drupal\scheduler_rules_integration\Event |
scheduler_rules_integration/src/Event/NewNodeIsScheduledForPublishingEvent.php |
A new node is scheduled for publishing. |
|
1 |
|
NewNodeIsScheduledForUnpublishingEvent |
class |
Drupal\scheduler_rules_integration\Event |
scheduler_rules_integration/src/Event/NewNodeIsScheduledForUnpublishingEvent.php |
A new node is scheduled for unpublishing. |
|
1 |
|
NodeIsScheduledForPublishing |
class |
Drupal\scheduler_rules_integration\Plugin\Condition |
scheduler_rules_integration/src/Plugin/Condition/NodeIsScheduledForPublishing.php |
Provides 'Node is scheduled for publishing' condition. |
|
|
|
NodeIsScheduledForUnpublishing |
class |
Drupal\scheduler_rules_integration\Plugin\Condition |
scheduler_rules_integration/src/Plugin/Condition/NodeIsScheduledForUnpublishing.php |
Provides 'Node is scheduled for unpublishing' condition. |
|
|
|
PublishingIsEnabled |
class |
Drupal\scheduler_rules_integration\Plugin\Condition |
scheduler_rules_integration/src/Plugin/Condition/PublishingIsEnabled.php |
Provides a 'Publishing is enabled' condition. |
|
|
|
PublishNow |
class |
Drupal\scheduler_rules_integration\Plugin\RulesAction |
scheduler_rules_integration/src/Plugin/RulesAction/PublishNow.php |
Provides a 'Publish the node immediately' action. |
|
|
|
RemovePublishingDate |
class |
Drupal\scheduler_rules_integration\Plugin\RulesAction |
scheduler_rules_integration/src/Plugin/RulesAction/RemovePublishingDate.php |
Provides a 'Remove date for scheduled publishing' action. |
|
|
|
RemoveUnpublishingDate |
class |
Drupal\scheduler_rules_integration\Plugin\RulesAction |
scheduler_rules_integration/src/Plugin/RulesAction/RemoveUnpublishingDate.php |
Provides a 'Remove date for scheduled unpublishing' action. |
|
|
|
ScheduledListAccess |
class |
Drupal\scheduler\Access |
src/Access/ScheduledListAccess.php |
Checks access for displaying the scheduler list of scheduled nodes. |
|
|
2 |
Scheduler |
class |
Drupal\scheduler\Plugin\views\access |
src/Plugin/views/access/Scheduler.php |
Access plugin that provides access control for Scheduler. |
|
|
|
SchedulerAdminForm |
class |
Drupal\scheduler\Form |
src/Form/SchedulerAdminForm.php |
Main administration form for the Scheduler module. |
|
|
1 |
SchedulerAdminSettingsTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerAdminSettingsTest.php |
Tests the admin settings page of Scheduler. |
|
|
|
SchedulerApiTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerApiTest.php |
Tests the API of the Scheduler module. |
|
|
|
SchedulerBasicTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerBasicTest.php |
Tests the modules primary function - publishing and unpublishing content. |
|
|
|
SchedulerBrowserTestBase |
abstract class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerBrowserTestBase.php |
Base class to provide common browser test setup. |
25 |
|
|
SchedulerCommands |
class |
Drupal\scheduler\Commands |
src/Commands/SchedulerCommands.php |
Drush 9 Scheduler commands for Drupal Core 8.4+. |
|
|
2 |
SchedulerCronForm |
class |
Drupal\scheduler\Form |
src/Form/SchedulerCronForm.php |
Scheduler Lightweight Cron form. |
|
|
1 |
SchedulerDefaultTimeTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerDefaultTimeTest.php |
Tests the default time functionality. |
|
|
|
SchedulerDeleteNodeTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerDeleteNodeTest.php |
Tests deletion of nodes enabled for Scheduler. |
|
|
|
SchedulerDevelGenerateTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerDevelGenerateTest.php |
Tests the Scheduler interaction with Devel Generate module. |
|
|
|
SchedulerDrushTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerDrushTest.php |
Tests the Drush commands provided by Scheduler. |
|
|
|
SchedulerEvent |
class |
Drupal\scheduler |
src/SchedulerEvent.php |
Wraps a scheduler event for event listeners. |
|
2 |
|
SchedulerEvents |
final class |
Drupal\scheduler |
src/SchedulerEvents.php |
Contains all events dispatched by Scheduler. |
|
2 |
|
SchedulerFieldsDisplayTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerFieldsDisplayTest.php |
Tests the display of date entry fields and form elements. |
|
|
|
SchedulerHasPublishedThisNodeEvent |
class |
Drupal\scheduler_rules_integration\Event |
scheduler_rules_integration/src/Event/SchedulerHasPublishedThisNodeEvent.php |
A node is published by Scheduler. |
|
1 |
|
SchedulerHasUnpublishedThisNodeEvent |
class |
Drupal\scheduler_rules_integration\Event |
scheduler_rules_integration/src/Event/SchedulerHasUnpublishedThisNodeEvent.php |
A node is unpublished by Scheduler. |
|
1 |
|
SchedulerJavascriptDefaultTimeTest |
class |
Drupal\Tests\scheduler\FunctionalJavascript |
tests/src/FunctionalJavascript/SchedulerJavascriptDefaultTimeTest.php |
Tests the JavaScript functionality for default dates. |
|
|
|
SchedulerJavascriptTestBase |
abstract class |
Drupal\Tests\scheduler\FunctionalJavascript |
tests/src/FunctionalJavascript/SchedulerJavascriptTestBase.php |
Base class for Scheduler javascript tests. |
1 |
|
|
SchedulerLightweightCronTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerLightweightCronTest.php |
Tests the Scheduler lightweight cron urls and admin form. |
|
|
|
SchedulerManager |
class |
Drupal\scheduler |
src/SchedulerManager.php |
Defines a scheduler manager. |
|
3 |
2 |
SchedulerMessageTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerMessageTest.php |
Tests the option to display or not display the confirmations message. |
|
|
|
SchedulerMetaInformationTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerMetaInformationTest.php |
Tests meta information output by scheduler. |
|
|
|
SchedulerMissingDateException |
class |
Drupal\scheduler\Exception |
src/Exception/SchedulerMissingDateException.php |
Defines an exception when the scheduled date is missing. |
|
1 |
|
SchedulerMultilingualTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerMultilingualTest.php |
Tests the scheduling functions for node translations. |
|
|
|
SchedulerNodeAccessTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerNodeAccessTest.php |
Tests that Scheduler cron has full access to the scheduled nodes. |
|
|
|
SchedulerNodeTypeNotEnabledException |
class |
Drupal\scheduler\Exception |
src/Exception/SchedulerNodeTypeNotEnabledException.php |
Defines an exception when the node type is not enabled for Scheduler. |
|
1 |
|
SchedulerNonEnabledTypeTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerNonEnabledTypeTest.php |
Tests a content type which is not enabled for scheduling. |
|
|
|
SchedulerPastDatesTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerPastDatesTest.php |
Tests the options and processing when dates are entered in the past. |
|
|
|
SchedulerPermissionsTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerPermissionsTest.php |
Tests the permissions of the Scheduler module. |
|
|
|
SchedulerPublishOnConstraint |
class |
Drupal\scheduler\Plugin\Validation\Constraint |
src/Plugin/Validation/Constraint/SchedulerPublishOnConstraint.php |
Validates publish on values. |
|
|
|
SchedulerPublishOnConstraintValidator |
class |
Drupal\scheduler\Plugin\Validation\Constraint |
src/Plugin/Validation/Constraint/SchedulerPublishOnConstraintValidator.php |
Validates the SchedulerPublishOn constraint. |
|
|
|
SchedulerRequiredTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerRequiredTest.php |
Tests the options for scheduling dates to be required during add/edit. |
|
|
|
SchedulerRevisioningTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerRevisioningTest.php |
Tests revision options when Scheduler publishes or unpublishes content. |
|
|
|
SchedulerRulesActionsTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerRulesActionsTest.php |
Tests the six actions that Scheduler provides for use in Rules module. |
|
|
|
SchedulerRulesConditionsTest |
class |
Drupal\Tests\scheduler\Functional |
tests/src/Functional/SchedulerRulesConditionsTest.php |
Tests the four conditions that Scheduler provides for use in Rules module. |
|
|
|