You are here

constant FEEDS_SCHEDULE_NEVER in Feeds 8.2

Same name and namespace in other branches
  1. 6 feeds.module \FEEDS_SCHEDULE_NEVER
  2. 7.2 feeds.module \FEEDS_SCHEDULE_NEVER
  3. 7 feeds.module \FEEDS_SCHEDULE_NEVER
6 uses of FEEDS_SCHEDULE_NEVER
FeedsMapperDateMultipleTest::test in lib/Drupal/feeds/Tests/FeedsMapperDateMultipleTest.php
Testing import by loading a 4 item XML file.
FeedsMapperDateTest::test in lib/Drupal/feeds/Tests/FeedsMapperDateTest.php
Basic test loading a single entry CSV file.
FeedsMapperFieldTest::test in lib/Drupal/feeds/Tests/FeedsMapperFieldTest.php
Basic test loading a double entry CSV file.
FeedsMapperTaxonomyTest::testInheritTaxonomy in lib/Drupal/feeds/Tests/FeedsMapperTaxonomyTest.php
Tests inheriting taxonomy from the feed node.
FeedsSource::scheduleImport in lib/Drupal/feeds/FeedsSource.php
Schedule periodic or background import tasks.

... See full list

File

./feeds.module, line 16
Feeds - basic API functions and hook implementations.

Code

define('FEEDS_SCHEDULE_NEVER', -1);