
| Current Path : /var/www/html/musik/web/modules/contrib/csv_importer/src/Plugin/Importer/ |
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/musik/web/modules/contrib/csv_importer/src/Plugin/Importer/MenuLinkImporter.php |
<?php
namespace Drupal\csv_importer\Plugin\Importer;
use Drupal\csv_importer\Plugin\ImporterBase;
/**
* Class MenuLinkImporter.
*
* @Importer(
* id = "menu_link_content_importer",
* entity_type = "menu_link_content",
* label = @Translation("Menu link importer")
* )
*/
class MenuLinkImporter extends ImporterBase {}