visualn-8.x-1.x-dev/src/Plugin/VisualN/RawResourceFormat/XMLResourceFormat.php
src/Plugin/VisualN/RawResourceFormat/XMLResourceFormat.php
<?php
/**
* @file
* Conatins XMLResourceFormat
*/
namespace Drupal\visualn\Plugin\VisualN\RawResourceFormat;
use Drupal\visualn\Core\RawResourceFormatBase;
/**
* Provides a 'XML' VisualN raw resource format.
*
* @ingroup raw_resource_formats
*
* @VisualNRawResourceFormat(
* id = "visualn_xml",
* label = @Translation("XML (not working)"),
* output = "remote_xml_basic",
* )
*/
class XMLResourceFormat extends RawResourceFormatBase {
}
