CatalogUserService.

load_and_put_declarative_user_groups

load_and_put_declarative_user_groups( layout_root_path: Path ) -> None

Loads and sets the layouts stored using store_declarative_users.

This method combines load_declarative_users and put_declarative_users methods to load and set layouts stored using store_declarative_users.

Parameters

nametypedescription
layout_root_pathPathPath to the root of the layout directory.. Defaults to Path.cwd().

Returns

None