You are here

protected function FeedsProcessor::entitySaveAccess in Feeds 8.2

Access check for saving an enity.

Parameters

$entity: Entity to be saved.

Throws

FeedsAccessException $e If the access check fails.

1 call to FeedsProcessor::entitySaveAccess()
FeedsProcessor::process in lib/Drupal/feeds/Plugin/FeedsProcessor.php
Process the result of the parsing stage.
1 method overrides FeedsProcessor::entitySaveAccess()
FeedsNodeProcessor::entitySaveAccess in lib/Drupal/feeds/Plugin/feeds/processor/FeedsNodeProcessor.php
Check that the user has permission to save a node.

File

lib/Drupal/feeds/Plugin/FeedsProcessor.php, line 139
Contains FeedsProcessor and related classes.

Class

FeedsProcessor
Abstract class, defines interface for processors.

Namespace

Drupal\feeds\Plugin

Code

protected function entitySaveAccess($entity) {
}