protected function GroupContentToEntityReverse::getJoinFieldType in Group 8
Same name and namespace in other branches
- 2.0.x src/Plugin/views/relationship/GroupContentToEntityReverse.php \Drupal\group\Plugin\views\relationship\GroupContentToEntityReverse::getJoinFieldType()
Retrieves type of join field to use.
Can be either 'field' or 'left_field'.
Return value
string The type of join field to use.
Overrides GroupContentToEntityBase::getJoinFieldType
File
- src/
Plugin/ views/ relationship/ GroupContentToEntityReverse.php, line 31
Class
- GroupContentToEntityReverse
- A relationship handler which reverses group content entity references.
Namespace
Drupal\group\Plugin\views\relationshipCode
protected function getJoinFieldType() {
return 'field';
}