You are here

GenericContentEntityProcessor.php in Feeds 8.3

File

src/Feeds/Processor/GenericContentEntityProcessor.php
View source
<?php

namespace Drupal\feeds\Feeds\Processor;


/**
 * Provides a generic content entity processor.
 *
 * @FeedsProcessor(
 *   id = "entity",
 *   form = {
 *     "configuration" = "Drupal\feeds\Feeds\Processor\Form\DefaultEntityProcessorForm",
 *     "option" = "Drupal\feeds\Feeds\Processor\Form\EntityProcessorOptionForm",
 *   },
 *   deriver = "Drupal\feeds\Plugin\Derivative\GenericContentEntityProcessor",
 * )
 */
class GenericContentEntityProcessor extends EntityProcessorBase {

}

Classes

Namesort descending Description
GenericContentEntityProcessor Provides a generic content entity processor.