oidc-1.0.0-alpha2/src/Plugin/EntityReferenceSelection/OgUserSelection.php
src/Plugin/EntityReferenceSelection/OgUserSelection.php
<?php
namespace Drupal\oidc\Plugin\EntityReferenceSelection;
use Drupal\og\Plugin\EntityReferenceSelection\OgUserSelection as OgOgUserSelection;
/**
* Extends the og user selection plugin.
*/
class OgUserSelection extends OgOgUserSelection {
use UserSelectionTrait;
}
