You are here

public property SchedulerUnpublishOnConstraint::$messageUnpublishOnDateNotInFuture in Scheduler 8

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

Message shown when unpublish_on is not in the future.

Type: string

File

src/Plugin/Validation/Constraint/SchedulerUnpublishOnConstraint.php, line 37

Class

SchedulerUnpublishOnConstraint
Validates unpublish on values.

Namespace

Drupal\scheduler\Plugin\Validation\Constraint

Code

public $messageUnpublishOnDateNotInFuture = "The 'unpublish on' date must be in the future.";