Interfaces
IIIIF
¶
Bases: Interface
This (horribly named) interface allows other plugins to hook into the IIIF plugin.
Source code in ckanext/iiif/interfaces.py
6 7 8 9 10 11 12 13 14 15 16 17 | |
register_iiif_builders(builders)
¶
Hook for registering IIIF builders.
Source code in ckanext/iiif/interfaces.py
11 12 13 14 15 16 17 | |