You are here

public property RelationType::$transitive in Relation 8

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

Whether this relation type is transitive.

Type: bool

File

src/Entity/RelationType.php, line 91

Class

RelationType
Defines relation type entity.

Namespace

Drupal\relation\Entity

Code

public $transitive = FALSE;