core / pragma.content / ContentHandler / validateWithAllContent /
validateWithAllContent #
open override fun validateWithAllContent(contentByType: Map<String, ContentData<*>>)
Allows for custom validation across all content types.
Parameters #
contentByType | Map of all content. Keys are ContentType - use the JSON files names without .json extension. |
Throws #
pragma.PragmaException |
|