You are here

protected function GroupContentToEntityReverse::getJoinFieldType in Group 2.0.x

Same name and namespace in other branches
  1. 8 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\relationship

Code

protected function getJoinFieldType() {
  return 'field';
}