Importer.php in CSV Importer 8
Namespace
Drupal\csv_importer\AnnotationFile
src/Annotation/Importer.phpView source
<?php
namespace Drupal\csv_importer\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines a importer item annotation object.
*
* @see \Drupal\csv_importer\Plugin\ImporterManager
* @see plugin_api
*
* @Annotation
*/
class Importer extends Plugin {
}