subsite::get_theme_subsites (public)
subsite::get_theme_subsites -theme theme [ -subsite_id subsite_id ] \ [ -unmodified ]
Defined in packages/acs-subsite/tcl/subsite-procs.tcl
Returns a list of all packages implementing subsite that are currently using specified theme. Optionally, returns a list of just those that were not locally modified.
- Switches:
- -theme (required)
- theme key to lookup for.
- -subsite_id (optional)
- narrow search to this subsite only. Useful to check whether a single subsite is using a theme with or without local modifications.
- -unmodified (optional, boolean)
- decides whether we include subsites which theme was locally modified.
- Returns:
- list of subsite_id
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- subsite_api