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