Forked from
Documentation / Docs / Developer Documentation
1557 commits behind the upstream repository.
-
Seamus Lee authoredSeamus Lee authored
hook_civicrm_alterSettingsFolders.md 641 B
hook_civicrm_alterSettingsFolders
Summary
This hook allows modules and extensions to scan for settings in additional folders.
Notes
The Settings subsystem provides metadata about many of CiviCRM's internal settings by scanning for files matching "settings/*.setting.php" (e.g. settings/Core.setting.php).
Availability
This hook was introduced in CiviCRM v4.3.0 and v4.2.10.
Definition
hook_civicrm_alterSettingsFolders(&$metaDataFolders)
Parameters
- @param array $metaDataFolders list of directory paths