Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
078b8188
Commit
078b8188
authored
14 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Fix comments.
parent
b0195b78
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/FeedsProcessor.inc
+3
-4
3 additions, 4 deletions
plugins/FeedsProcessor.inc
with
3 additions
and
4 deletions
plugins/FeedsProcessor.inc
+
3
−
4
View file @
078b8188
...
...
@@ -21,8 +21,7 @@ abstract class FeedsProcessor extends FeedsPlugin {
protected
$entity_type
;
/**
* Process the result of the parser or previous processors.
* Extending classes must implement this method.
* Process the result of the parsing stage.
*
* @param FeedsSource $source
* Source information about this import.
...
...
@@ -32,8 +31,8 @@ abstract class FeedsProcessor extends FeedsPlugin {
public
abstract
function
process
(
FeedsSource
$source
,
FeedsParserResult
$parser_result
);
/**
* Remove all stored results or stored results up to a certain time for
this
*
configuration/this
source.
* Remove all stored results or stored results up to a certain time for
a
* source.
*
* @param FeedsSource $source
* Source information for this expiry. Implementers should only delete items
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment