You are here

public property SchedulerPublishOnConstraint::$messagePublishOnDateNotInFuture in Scheduler 8

Same name and namespace in other branches
  1. 2.x src/Plugin/Validation/Constraint/SchedulerPublishOnConstraint.php \Drupal\scheduler\Plugin\Validation\Constraint\SchedulerPublishOnConstraint::messagePublishOnDateNotInFuture

Message shown when publish_on is not the future.

Type: string

File

src/Plugin/Validation/Constraint/SchedulerPublishOnConstraint.php, line 23

Class

SchedulerPublishOnConstraint
Validates publish on values.

Namespace

Drupal\scheduler\Plugin\Validation\Constraint

Code

public $messagePublishOnDateNotInFuture = "The 'publish on' date must be in the future.";