You are here

public property SchedulerUnpublishOnConstraint::$messageUnpublishOnTooEarly 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::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\Constraint

Code

public $messageUnpublishOnTooEarly = "The 'unpublish on' date must be later than the 'publish on' date.";