protected property Link::$rel in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/JsonApiResource/Link.php \Drupal\jsonapi\JsonApiResource\Link::rel
The link relation types.
@todo: change this type documentation to be a single string in https://www.drupal.org/project/drupal/issues/3080467.
Type: string[]
File
- core/
modules/ jsonapi/ src/ JsonApiResource/ Link.php, line 49
Class
- Link
- Represents an RFC8288 based link.
Namespace
Drupal\jsonapi\JsonApiResourceCode
protected $rel;