You are here

constant FEEDS_SCHEDULE_NEVER in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds.module \FEEDS_SCHEDULE_NEVER
  2. 6 feeds.module \FEEDS_SCHEDULE_NEVER
  3. 7 feeds.module \FEEDS_SCHEDULE_NEVER
40 uses of FEEDS_SCHEDULE_NEVER
FeedsAccountSwitcherTest::setUp in tests/FeedsAccountSwitcherTest.test
Sets up a Drupal site for running functional and integration tests.
FeedsHooksTestCase::testPrevalidateHook in tests/feeds_hooks.test
Ensure that the prevalidate hook is invoked.
FeedsImporter::validateConfig in includes/FeedsImporter.inc
Validates the configuration.
FeedsMapperDateMultipleTestCase::test in tests/feeds_mapper_date_multiple.test
Testing import by loading a 4 item XML file.
FeedsMapperDateTestCase::test in tests/feeds_mapper_date.test
Basic test loading a single entry CSV file.

... See full list

File

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

Code

define('FEEDS_SCHEDULE_NEVER', -1);