You are here

public property ScheduledDateProvidedConstraint::$messageDatesNotProvided in Sitewide Alert 8

Message shown when the entity is marked as scheduled, but no scheduled date is provided.

Type: string

File

src/Plugin/Validation/Constraint/ScheduledDateProvidedConstraint.php, line 24

Class

ScheduledDateProvidedConstraint
Plugin implementation of the 'ScheduledDateProvided'.

Namespace

Drupal\sitewide_alert\Plugin\Validation\Constraint

Code

public $messageDatesNotProvided = 'This alert is marked as scheduled, but scheduled dates are not provided.';