You are here

public property RelationType::$min_arity in Relation 8.2

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

The minimum number of entities that can make up a relation of this type.

Type: int

File

src/Entity/RelationType.php, line 110

Class

RelationType
Defines relation type entity.

Namespace

Drupal\relation\Entity

Code

public $min_arity = 2;