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
ed59bfd8
Commit
ed59bfd8
authored
15 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Improve importer documentation.
parent
41f3a8f9
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
includes/FeedsImporter.inc
+8
-7
8 additions, 7 deletions
includes/FeedsImporter.inc
with
8 additions
and
7 deletions
includes/FeedsImporter.inc
+
8
−
7
View file @
ed59bfd8
...
@@ -16,15 +16,16 @@ define('FEEDS_BATCH_COMPLETE', 1);
...
@@ -16,15 +16,16 @@ define('FEEDS_BATCH_COMPLETE', 1);
define
(
'FEEDS_BATCH_ACTIVE'
,
0
);
define
(
'FEEDS_BATCH_ACTIVE'
,
0
);
/**
/**
*
Class defining an importer object. This is the main hub for Feeds module's
*
A FeedsImporter object describes how an external source should be fetched,
*
functionality
.
*
parsed and processed. Feeds can manage an arbitrary amount of importers
.
*
*
* A FeedsImporter holds a pointer to a
f
etcher, a
p
arser and a
processor
* A FeedsImporter holds a pointer to a
FeedsF
etcher, a
FeedsP
arser and a
* plugin. It further contains the configuration for itself and
each of the
*
FeedsProcessor
plugin. It further contains the configuration for itself and
* three plugins.
*
each of the
three plugins.
*
*
* Its most important responsibilities are configuration management and expiring
* Its most important responsibilities are configuration management, interfacing
* of all items produced by this importer.
* with FeedsScheduler class and expiring of all items produced by this
* importer.
*
*
* When a FeedsImporter is instantiated, it loads its configuration. Then it
* When a FeedsImporter is instantiated, it loads its configuration. Then it
* instantiates one fetcher, one parser and one processor plugin depending on
* instantiates one fetcher, one parser and one processor plugin depending on
...
...
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