You are here

public property RelationType::$directional in Relation 8

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

Whether this relation type is directional. If not, all indexes are ignored.

Type: bool

File

src/Entity/RelationType.php, line 84

Class

RelationType
Defines relation type entity.

Namespace

Drupal\relation\Entity

Code

public $directional = FALSE;