core / pragma.content / ContentData / validateWithAllContent /
validateWithAllContent #
abstract fun validateWithAllContent(contentByType: Map<String, ContentData<*>>)
Implement validateWithAllContent to validate any cross-content nested IDs.
Parameters #
contentByType | Map containing all content. Keys are the content type as strings - use the file name without extension for reference. |
Throws #
pragma.PragmaException | InventoryService_CrossContentValidationError |