Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UserSelection.php

function UserSelection::defaultConfiguration

Overrides DefaultSelection::defaultConfiguration

File

core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php, line 91

Class

UserSelection
Provides specific access control for the user entity type.

Namespace

Drupal\user\Plugin\EntityReferenceSelection

Code

public function defaultConfiguration() {
    return [
        'filter' => [
            'type' => '_none',
            'role' => NULL,
        ],
        'include_anonymous' => TRUE,
    ] + parent::defaultConfiguration();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal