You are here

public property Exists::$message in Markdown 8.2

File

src/Plugin/Validation/Constraint/Exists.php, line 20

Class

Exists
Checks whether a specific class, interface, trait, or function exists.

Namespace

Drupal\markdown\Plugin\Validation\Constraint

Code

public $message = '@name does not exist.';