constant HOSTING_HELP_COLLAPSED in Hosting 5
Display help component with an initial collapsed state. This automatically enables and sets the help component to be collapsible
4 uses of HOSTING_HELP_COLLAPSED
- hosting_elements in ./
hosting_help.inc - Implementation of hook_elements.
- hosting_wizard_provision_db in ./
hosting.wizard.inc - Database configuration form
- hosting_wizard_provision_paths in ./
hosting.wizard.inc - Configures web_server_node_form paths.
- hosting_wizard_provision_web in ./
hosting.wizard.inc - Configures web_server_node_form minus almost all the forms.
File
- ./
hosting_help.inc, line 58 - Hosting help subsystem
Code
define('HOSTING_HELP_COLLAPSED', HOSTING_HELP_COLLAPSIBLE | _HOSTING_HELP_HAS_COLLAPSED);