You are here

Comment.php in Open Social 10.3.x

File

modules/custom/social_demo/src/Plugin/DemoContent/Comment.php
View source
<?php

namespace Drupal\social_demo\Plugin\DemoContent;

use Drupal\social_demo\DemoComment;

/**
 * Comment Plugin for demo content.
 *
 * @DemoContent(
 *   id = "comment",
 *   label = @Translation("Comment"),
 *   source = "content/entity/comment.yml",
 *   entity_type = "comment"
 * )
 */
class Comment extends DemoComment {

}

Classes

Namesort descending Description
Comment Comment Plugin for demo content.