public property SchedulerUnpublishOnConstraint::$messageUnpublishOnTooEarly in Scheduler 2.x
Same name and namespace in other branches
- 8 src/Plugin/Validation/Constraint/SchedulerUnpublishOnConstraint.php \Drupal\scheduler\Plugin\Validation\Constraint\SchedulerUnpublishOnConstraint::messageUnpublishOnTooEarly
Message shown when unpublish date is not later than the publish date.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ SchedulerUnpublishOnConstraint.php, line 44
Class
- SchedulerUnpublishOnConstraint
- Validates unpublish on values.
Namespace
Drupal\scheduler\Plugin\Validation\ConstraintCode
public $messageUnpublishOnTooEarly = "The 'unpublish on' date must be later than the 'publish on' date.";