Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Rewrote the drupal_view function and added support for view arguments.
Return the render array for the default display of the view 'my_view' with contextual parameters /all/167
or if you need to get a specific display
Return the render array for the block_1 display of the view 'my_view' with contextual parameters /all/167
<code {{ drupal_view('my_view','block_1',['all',167]) }}
In this release:
- Bug fixes
- More tests
- Add CouchDB 2 testing
- Multipart response fixes
- Caching fixes
- Permissions fixes for replication role
- Replication optimization: use since parameter, implement the bulk docs limit, add tests for bulk docs and changes limit
- File attachments fixes - attachments now are replicated with file entities, not with nodes