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