You are here

namespace Drupal\scheduler_rules_integration\Plugin\Condition in Scheduler 2.x

Same name in other branches
  1. 8 Drupal\scheduler_rules_integration\Plugin\Condition
Classsort descending Location Description
ConditionDeriver scheduler_rules_integration/src/Plugin/Condition/ConditionDeriver.php Derives conditions for each supported entity type (except nodes).
PublishingIsEnabled scheduler_rules_integration/src/Plugin/Condition/PublishingIsEnabled.php Provides 'Publishing is enabled for the type of this entity' condition.
ScheduledForPublishing scheduler_rules_integration/src/Plugin/Condition/ScheduledForPublishing.php Provides 'Entity is scheduled for publishing' condition.
ScheduledForUnpublishing scheduler_rules_integration/src/Plugin/Condition/ScheduledForUnpublishing.php Provides 'Entity is scheduled for publishing' condition.
UnpublishingIsEnabled scheduler_rules_integration/src/Plugin/Condition/UnpublishingIsEnabled.php Provides 'Unpublishing is enabled for the type of this entity' condition.