
| Current Path : /var/www/html/rocksensor1/web/modules/contrib/csv_importer/src/Annotation/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/modules/contrib/csv_importer/src/Annotation/Importer.php |
<?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 {}