- πΊπΈUnited States nicxvan
I am moving support to version 3, can you please confirm if this issue still exists in version 3.
If it does still exist please change the version dropdown to 3.0.x and set the status to Needs Work.Thank you!
I have a link field with URI and title (multi value) which I need to alter.
hook_preprocess_views_view_field() does not work. It seems that this function is never called from custom module.
I just want to alter the link field with the specific field name NOT all link fields.
Add Module alter hook
1. Convert to Merge request on version 3
2. Use Drupal::moduleHandler()->alter() instead of invoke all
3. Use dependency injection
4. Add alter to all formatters
N/A
N/A
N/A
Needs work
3.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am moving support to version 3, can you please confirm if this issue still exists in version 3.
If it does still exist please change the version dropdown to 3.0.x and set the status to Needs Work.
Thank you!