Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Feeds Enhanced provides extra plugins for Drupal's Feeds module, enabling SFTP transfers, historical data downloads, INI file parsing, and advanced content processing. It also offers tools for managing reusable feed entities and supports universal token expansion in text fields for dynamic, code-free feed imports.

Feeds Enhanced extends Drupal's Feeds module with additional plugins that have been used in production environments. Now available as a beta release for community testing.

Provides a collection of Feeds plugins that offer enhancements for Feed Type creation, including:

  • SFTP fetcher with Key module integration for secure file transfers.
  • Unconditional HTTP fetcher that always downloads the complete feed for historical data retention.
  • INI file parser for legacy configuration files with section support.
  • Enhanced content entity processor that supports collecting field values from multiple rows into a single field, with improved error handling.
  • A Null Data fetcher / Entity Data parser combo that uses existing data as the source, allowing Feeds to be leveraged for bulk data transformation and companion entity generation.
    • Null Data fetcher: Skips fetching entirely and allows programmatic data provision.
    • Entity Data parser: Uses existing entity data as the source.

FeedPoolRequestor

Manages pools of reusable Feed entities for multiple, concurrent programmatic import operations. Automatically creates a plugin derivative for each Feed Type in your system.

Usage:
$manager = \Drupal::service('plugin.manager.feed_pool_requestor');
$pool = $manager->createInstance('feed_pool:article_importer');

// Clear prior results and execute.
$pool->clearPriorResults();
$feed = $pool->execute([
'source' => 'https://example.com/feed.xml',
]);

// Pool management.
$stats = $pool->getPoolStats(); // ['total' => 3, 'locked' => 1, 'idle' => 2]
$pool->prunePool(); // Remove excess idle Feeds
Configuration
maxIdle: 3      # Maximum idle Feeds to keep 
async: false    # Use batch import (true) or immediate (false)

Note: This is a Beta release intended for community testing. While these plugins have been used in production environments, you may encounter issues in different configurations. Please report any bugs or feature requests to the issue queue.

Token Support Submodule

The Feeds Enhanced - Token Support submodule provides universal token expansion for all Feeds and Feed type text fields and configurations, enabling dynamic, environment-aware feed imports without custom code. Token support is available beginning with release 1.0.0-beta3.

  • Universal token expansion automatically processes tokens in ALL text fields:
    • Feed entity fields (source, label, custom fields)
    • Fetcher configurations (URLs, paths, hostnames)
    • Parser configurations
    • Processor configurations (default values, expressions)
  • Automatic integration via event subscriber - no configuration needed, just enable the module.
  • Performance optimized with session-based caching to prevent redundant token expansion.

Common Use Cases:

  • Dynamic SFTP paths by date: /exports/[date:custom:Y/m/d]/import-[date:custom:His].csv
  • Pantheon Secure Integration: 127.0.0.1:[pantheon_si_tunnel:pantheon_soip_ldap]/data.ldif (requires Panethon SI tokens module)
  • User-specific feed sources: https://api.example.com/user-[current-user:uid]/feed.json
  • Environment-aware imports: Use site tokens to adjust behavior between dev/stage/prod
  • Programmatic feed configuration: Set tokens in code, let them expand automatically during import

Addresses Community Needs: This submodule directly solves Drupal.org issues #3131079 and #3282260, which have been long-standing feature requests for token support in Feeds.

Pantheon Secure Integration: This submodule, when used in combination with the Pantheon SI Tokens module, provides a turn-key solution for leveraging Feeds for a no-code Secure Integration pipeline.

Enable with drush en feeds_enhanced_tokens -y. See the submodule's comprehensive README for detailed examples and technical documentation.

Note: This is a Beta release intended for community testing. Please report any bugs or feature requests to the issue queue.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

1 tracked project depends on this one

Activity

Tracked releases
15
Tracked since
Jul 2025
Latest release
1 month ago
Releases (12 mo)
12 ▲ from 3
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
1.0.0-beta14 Pre-release 10–11 Jul 21, 2026
1.0.0-beta13 Pre-release 10–11 Jul 20, 2026
1.0.0-beta12 Pre-release 10–11 Apr 1, 2026
1.0.0-beta11 Pre-release 10–11 Mar 22, 2026
1.0.0-beta10 Pre-release 10–11 Jan 29, 2026
1.0.0-beta9 Pre-release 10–11 Jan 29, 2026
1.0.0-beta8 Pre-release 10–11 Jan 29, 2026
1.0.0-beta7 Pre-release 10–11 Jan 8, 2026
1.0.0-beta6 Pre-release 10–11 Jan 8, 2026
1.0.0-beta5 Pre-release 10–11 Jan 6, 2026
1.0.0-beta4 Pre-release 10–11 Jan 6, 2026
1.0.0-beta3 Pre-release 10–11 Jan 6, 2026
1.0.0-beta2 Pre-release 10–11 Jul 15, 2025
1.0.0-beta1 Pre-release 10–11 Jul 15, 2025
1.0.x-dev Dev 10–11 Jul 14, 2025