ContentProcessorInterface.php in YAML Content 8.2
Namespace
Drupal\yaml_contentFile
src/ContentProcessorInterface.phpView source
<?php
namespace Drupal\yaml_content;
use Drupal\Component\Plugin\ContextAwarePluginInterface;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* A generic interface to be implemented by all import and export processors.
*/
interface ContentProcessorInterface extends PluginInspectionInterface, ContextAwarePluginInterface {
}
Interfaces
Name | Description |
---|---|
ContentProcessorInterface | A generic interface to be implemented by all import and export processors. |