You are here

function apps_settings_form_submit in Apps 7

Once the settings are saved, flush all caches. This will trigger the Apps dev server to appear in the Apps console.

1 string reference to 'apps_settings_form_submit'
apps_settings_form in ./apps.pages.inc
Admin settings form for Apps.

File

./apps.pages.inc, line 500
The page callbacks for the Apps module.

Code

function apps_settings_form_submit() {
  drupal_flush_all_caches();
}