You are here

ContentProcessorInterface.php in YAML Content 8.2

File

src/ContentProcessorInterface.php
View 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

Namesort descending Description
ContentProcessorInterface A generic interface to be implemented by all import and export processors.