You are here

protected function GroupContentToEntity::getJoinFieldType in Group 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/views/relationship/GroupContentToEntity.php \Drupal\group\Plugin\views\relationship\GroupContentToEntity::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/GroupContentToEntity.php, line 34

Class

GroupContentToEntity
A relationship handler for group content entity references.

Namespace

Drupal\group\Plugin\views\relationship

Code

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