You are here

public property ApiDocFileLinkConstraint::$notValid in Apigee API Catalog 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/Validation/Constraint/ApiDocFileLinkConstraint.php \Drupal\apigee_api_catalog\Plugin\Validation\Constraint\ApiDocFileLinkConstraint::notValid

Message to be shown when it is not a valid link.

Type: string

File

src/Plugin/Validation/Constraint/ApiDocFileLinkConstraint.php, line 41

Class

ApiDocFileLinkConstraint
Checks for valid file_link.

Namespace

Drupal\apigee_api_catalog\Plugin\Validation\Constraint

Code

public $notValid = '%value is not a valid link';