Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

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.

Activity

Total releases
13
First release
Jul 2025
Latest release
3 months ago
Releases (12 mo)
10 ▲ from 3
Maintenance
Active

Release Timeline

Releases

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