You are here

User.php in Open Social 8.9

File

modules/social_features/social_user/src/Entity/User.php
View source
<?php

namespace Drupal\social_user\Entity;

use Drupal\social_core\EntityUrlLanguageTrait;
use Drupal\user\Entity\User as UserBase;

/**
 * Provides a User entity that has links that work with different languages.
 */
class User extends UserBase {
  use EntityUrlLanguageTrait;

}

Classes

Namesort descending Description
User Provides a User entity that has links that work with different languages.