You are here

Functions in Simplified Modules 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_simplified_modules_hidden_dependencies ./simplified_modules.api.php Define modules that will be auto-enabled whenever any dependents modules are turned on.
hook_simplified_modules_hidden_dependencies_alter ./simplified_modules.api.php Alter the modules that will be auto-enabled whenever any dependents modules are turned on.
hook_simplified_modules_hidden_submodules ./simplified_modules.api.php Define modules that will be auto-enabled when all their dependencies are met.
hook_simplified_modules_hidden_submodules_alter ./simplified_modules.api.php Alter the modules that will be auto-enabled when all their dependencies are met.
simplified_modules_form_system_modules_alter ./simplified_modules.module Implements hook_form_FORM_ID_alter().
simplified_modules_hidden_dependencies ./simplified_modules.module Returns modules that are auto-enabled whenever any dependents are enabled. 3
simplified_modules_hidden_submodules ./simplified_modules.module Returns modules that are auto-enabled when all their dependencies are met. 3
simplified_modules_system_info_alter ./simplified_modules.module Implements hook_system_info_alter().
simplified_modules_system_modules_submit ./simplified_modules.module Custom submit handler for the system_modules() admin page. 1
simplified_modules_test_simplified_modules_hidden_dependencies tests/simplified_modules_test.module Implements hook_simplified_modules_hidden_dependencies().
simplified_modules_test_simplified_modules_hidden_submodules tests/simplified_modules_test.module Implements hook_simplified_modules_hidden_submodules().
simplified_modules_test_system_info_alter tests/simplified_modules_test.module Implements hook_system_info_alter().
simplified_modules_update_projects_alter ./simplified_modules.module Implements hook_update_projects_alter().
_simplified_modules_expected_final_module_status ./simplified_modules.module Returns the expected status of each module after the modules page is submitted. 2
_simplified_modules_module_build_dependencies ./simplified_modules.module Helper function to calculate module dependencies without a full rebuild. 1
_simplified_modules_set_expected_status ./simplified_modules.module Sets the expected status of a module in all relevant arrays. 1

Other projects