You are here

Node.php in Open Social 8.8

File

modules/social_features/social_node/src/Entity/Node.php
View source
<?php

namespace Drupal\social_node\Entity;

use Drupal\social_core\EntityUrlLanguageTrait;
use Drupal\node\Entity\Node as NodeBase;

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

}

Classes

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