You are here

protected function FeedsProcessor::entitySaveAccess in Feeds 7.2

Access check for saving an entity.

Parameters

object $entity: The entity to be saved.

Throws

FeedsAccessException $e If the access check fails.

1 call to FeedsProcessor::entitySaveAccess()
FeedsProcessor::process in plugins/FeedsProcessor.inc
Process the result of the parsing stage.
1 method overrides FeedsProcessor::entitySaveAccess()
FeedsNodeProcessor::entitySaveAccess in plugins/FeedsNodeProcessor.inc
Check that the user has permission to save a node.

File

plugins/FeedsProcessor.inc, line 314
Contains FeedsProcessor and related classes.

Class

FeedsProcessor
Abstract class, defines interface for processors.

Code

protected function entitySaveAccess($entity) {
}