You are here

public property RelationType::$transitive in Relation 8.2

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

Whether this relation type is transitive.

Type: bool

File

src/Entity/RelationType.php, line 96

Class

RelationType
Defines relation type entity.

Namespace

Drupal\relation\Entity

Code

public $transitive = FALSE;