You are here

Group.php in Open Social 10.1.x

File

modules/social_features/social_group/src/Entity/Group.php
View source
<?php

namespace Drupal\social_group\Entity;

use Drupal\social_core\EntityUrlLanguageTrait;
use Drupal\group\Entity\Group as GroupBase;

/**
 * Provides a Node entity that has links that work with different languages.
 */
class Group extends GroupBase {
  use EntityUrlLanguageTrait;

}

Classes

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