Skip to main content

admin_modules

Function admin_modules 

Source
pub fn admin_modules(ctx: &AppContext) -> Vec<AdminModule>
Expand description

Aggregate admin-capable modules: those declaring an admin surface and providing either an AdminDataSource or an AdminActionSource. Modules without an admin behavior source are filtered out — “optional capability” semantics.