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
f47efc7d
Commit
f47efc7d
authored
15 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Clean up constant definitions.
parent
959dbcf5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
feeds.module
+2
-5
2 additions, 5 deletions
feeds.module
with
2 additions
and
5 deletions
feeds.module
+
2
−
5
View file @
f47efc7d
...
...
@@ -6,16 +6,13 @@
* Feeds - basic API functions and hook implementations.
*/
// Vague request time. Use as common point of reference and to avoid costly
// calls to time().
// Common request time, use as point of reference and to avoid calls to time().
define
(
'FEEDS_REQUEST_TIME'
,
time
());
// Do not schedule a feed for refresh.
define
(
'FEEDS_SCHEDULE_NEVER'
,
-
1
);
// Never expire feed items.
// @todo Use FEEDS_NEVER instead of FEEDS_SCHEDULE_NEVER and FEEDS_EXPIRE_NEVER.
define
(
'FEEDS_EXPIRE_NEVER'
,
-
1
);
// An object is not persistent at all. Compare to EXPORT_IN_DATABASE OR
// EXPORT_IN_CODE.
// An object that is not persistent. Compare EXPORT_IN_DATABASE, EXPORT_IN_CODE.
define
(
'FEEDS_EXPORT_NONE'
,
0x0
);
// The Drupal Queue FeedsScheduler may use for scheduling importing or expiry.
define
(
'FEEDS_SCHEDULER_QUEUE'
,
'feeds_queue'
);
...
...
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