You are here

public property RelationType::$reverse_label in Relation 8

Same name and namespace in other branches
  1. 8.2 src/Entity/RelationType.php \Drupal\relation\Entity\RelationType::reverse_label

The reverse human-readable name of this type.

Only used for directional relations.

Type: string

File

src/Entity/RelationType.php, line 77

Class

RelationType
Defines relation type entity.

Namespace

Drupal\relation\Entity

Code

public $reverse_label;