Sorting feeds importer by priority

Created on 16 December 2016, over 8 years ago
Updated 8 January 2025, 3 months ago

Hi,
with Feeds, I have created 2 different importer to my content types (page, person). My goal is to import "person" nodes ALWAYS before "pages" nodes and I have created this simple function:

function mycron_cronapi() {
  $items = array();

  $items['feeds_ultimate_cron_import_person_importer_json'] = array();
  $items['feeds_ultimate_cron_import_page_importer_json'] = array();

  return $items;
}
  1. If my task is only to give a sort of priority to my different feeds importers, could my code be enough?
  2. I don't understand if I have to add a callback funtion. What does its purpose?
  3. Maybe this is a stupid question, but I'm not sure: do I need to type this code in the "template.php" file of my sub-theme or in a custom module?

Thank you very much, your help is very precious.

Ste

💬 Support request
Status

Closed: outdated

Version

2.0

Component

Code

Created by

🇨🇭Switzerland steva1982

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇩🇰Denmark arnested

    I'm closing this since Drupal 7 is now unsupported and there will be no more development on the Drupal 7 branch of Ultimate Cron either.

    Thank you for taking the time and effort in reporting this issue, even though it never got resolved.

Production build 0.71.5 2024