public property RelationType::$min_arity in Relation 8
Same name and namespace in other branches
- 8.2 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 105
Class
- RelationType
- Defines relation type entity.
Namespace
Drupal\relation\EntityCode
public $min_arity = 2;