It could be useful to let other modules perform operations after the draggable view is saved.
A hook_draggableviews_sorted was added in 7.x release (https://www.drupal.org/project/draggableviews/issues/2989140) but does not exists in 2.x
Here is a patch to bring that hook back to both 2.1.4 and 2.1.x-dev releases
| Comment | File | Size | Author |
|---|---|---|---|
| add-hook-draggableviews-sorted-2.1.x-dev.patch | 1012 bytes | geoffray | |
| add-hook-draggableviews-sorted-2.1.4.patch | 579 bytes | geoffray |
Comments
Comment #2
istryker commentedCommitted. I created draggableviews.api.php to document this.