You are here

public property ApiDocFileLinkConstraint::$urlParseError in Apigee API Catalog 8

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

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

Type: string

File

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

Class

ApiDocFileLinkConstraint
Checks for valid file_link.

Namespace

Drupal\apigee_api_catalog\Plugin\Validation\Constraint

Code

public $urlParseError = 'The following error occurred while getting the link URL: @error';