CatalogUserService.
load_and_put_declarative_users
load_and_put_declarative_users(
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
name | type | description |
---|---|---|
layout_root_path | Path | Path to the root of the layout directory.. Defaults to Path.cwd(). |