Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I actually think we should work with a custom load hook here - see the existing implementation in geotaxonomy of hook_feeds_taxonomy_load(). We will want to rename this hook to hook_taxonomy_load(). Also affects #878018: Change format of extracted tags array and Feeds where hook_feeds_taxonomy_load() is evoked from now.
Comments
Comment #1
Will White commentedRequires this patch to be applied to data:
http://drupal.org/node/836878#comment-3293552
Comment #2
Will White commentedNew version that acts on an extractor module hook. Requires this patch: http://drupal.org/node/878018#comment-3306210
Comment #3
alex_b commentedI actually think we should work with a custom load hook here - see the existing implementation in geotaxonomy of
hook_feeds_taxonomy_load(). We will want to rename this hook tohook_taxonomy_load(). Also affects #878018: Change format of extracted tags array and Feeds wherehook_feeds_taxonomy_load()is evoked from now.