Summary
- File
- Package hierarchy PHPBoost\Theme
- Class hierarchy \ThemesManager
get_installed_themes_map()
| None found |
get_installed_themes_map_sorted_by_localized_name() : \Theme[string]
the Themes map (name => theme) of the installed themes (activated or not) sorted by name
| None found |
get_activated_themes_map()
| None found |
get_activated_themes_map_sorted_by_localized_name() : \Theme[string]
the Themes map (name => theme) of the installed themes (and activated) sorted by name
| None found |
get_activated_and_authorized_themes_map()
| None found |
get_activated_and_authorized_themes_map_sorted_by_localized_name() : \Theme[string]
the Themes map (name => theme) of the installed themes (and activated and authorized) sorted by name
| None found |
callback_sort_themes_by_name(\Theme $theme1, \Theme $theme2)
| None found |
get_default_theme()
| None found |
get_theme( $theme_id)
| $theme_id |
| None found |
get_theme_existed( $theme_id)
| $theme_id |
| None found |
install( $theme_id, $authorizations = array(), $enable_theme = true)
| $theme_id | ||
| $authorizations | ||
| $enable_theme |
| None found |
uninstall( $theme_id, $drop_files = false)
| $theme_id | ||
| $drop_files |
| None found |
change_visibility( $theme_id, $visibility)
| $theme_id | ||
| $visibility |
| None found |
change_authorizations( $theme_id, array $authorizations)
| $theme_id | ||
| array | $authorizations |
| None found |
change_informations( $theme_id, $visibility, array $authorizations = array(), $columns_disabled = null)
| $theme_id | ||
| $visibility | ||
| array | $authorizations | |
| $columns_disabled |
| None found |
change_columns_disabled( $theme_id, \ColumnsDisabled $columns_disabled)
| $theme_id | ||
| \ColumnsDisabled | $columns_disabled |
| None found |
change_customize_interface( $theme_id, \CustomizeInterface $customize_interface)
| $theme_id | ||
| \CustomizeInterface | $customize_interface |
| None found |
get_error()
| None found |