You are here

CommentImporter.php in CSV Importer 8

File

src/Plugin/Importer/CommentImporter.php
View source
<?php

namespace Drupal\csv_importer\Plugin\Importer;

use Drupal\csv_importer\Plugin\ImporterBase;

/**
 * Class CommentImporter.
 *
 * @Importer(
 *   id = "comment_importer",
 *   entity_type = "comment",
 *   label = @Translation("Comment importer")
 * )
 */
class CommentImporter extends ImporterBase {

}

Classes

Namesort descending Description
CommentImporter Class CommentImporter.