public property ApiDocFileLinkConstraint::$urlParseError in Apigee API Catalog 8.2
Same name and namespace in other branches
- 8 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\ConstraintCode
public $urlParseError = 'The following error occurred while getting the link URL: @error';