You are here

constant FEEDS_UPDATE_EXISTING in Feeds 7.2

Same name and namespace in other branches
  1. 6 plugins/FeedsProcessor.inc \FEEDS_UPDATE_EXISTING
  2. 7 plugins/FeedsProcessor.inc \FEEDS_UPDATE_EXISTING
24 uses of FEEDS_UPDATE_EXISTING
FeedsCSVtoUsersTest::testAdditionalRolesSetting in tests/feeds_processor_user.test
Tests if additional roles are assigned when creating or updating users.
FeedsCSVtoUsersTest::testAdditionalRolesSettingWithRoleTarget in tests/feeds_processor_user.test
Tests if additional roles are assigned when also the role mapper is used.
FeedsCSVtoUsersTest::testMD5 in tests/feeds_processor_user.test
Test if users with md5 passwords can login after import.
FeedsCSVtoUsersTest::testRoleTargetNoRevokeRoles in tests/feeds_processor_user.test
Tests if no roles are revoked if the option "Revoke roles" is disabled.
FeedsCSVtoUsersTest::testRoleTargetRevokeRoles in tests/feeds_processor_user.test
Tests that roles can be revoked and that only allowed roles are revoked.

... See full list

File

plugins/FeedsProcessor.inc, line 15
Contains FeedsProcessor and related classes.

Code

define('FEEDS_UPDATE_EXISTING', 2);