Skip to main content

get_all_inline_element

Function get_all_inline_element 

Source
pub fn get_all_inline_element(ctx: &AppContext) -> Result<Vec<InlineElementDto>>
Expand description

Get all inline_element entities. Note: returns entities in database key order (by EntityId), not insertion order or any user-defined sort. For ordered collections, use relationship-based retrieval (e.g. get_*_relationship for ordered_one_to_many fields).