function system_settings_service_perm in Deploy - Content Staging 6
Implementation of hook_perm().
File
- services/
system_settings_service/ system_settings_service.module, line 26 - Service for the management of system settings that used Drupals' system_settings_form() API.
Code
function system_settings_service_perm() {
return array(
'import system settings',
'export system settings',
);
}