I am required to attach multiple export to one display which is possible but I need to name it accordingly to the export display title.

Unfortunately, the current implementation doesn't expose this to 'views_data_export_feed_icon' theme hook.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drikc created an issue. See original summary.

drikc’s picture

Title: Feed icon (export link) title » Feed icon (export link) to use display title
Version: 7.x-4.x-dev » 7.x-3.x-dev
drikc’s picture

The attached patch expose the display title into the 'views_data_export_feed_icon' theme hook.

drikc’s picture

Title: Feed icon (export link) to use display title » Expose export display name and title to 'views_data_export_feed_icon' theme hook
FileSize
1011 bytes

The attached patch add display title and name to 'views_data_export_feed_icon' theme hook.