You are here

function session_cache_file_form_session_cache_admin_config_alter in Session Cache API 7

Implements hook_form_FORM_ID_alter().

File

session_cache_file/session_cache_file.module, line 19
session_cache_file.module

Code

function session_cache_file_form_session_cache_admin_config_alter(&$form, &$form_state) {
  $form['session_cache_storage_method']['#options'][SESSION_CACHE_FILE_STORAGE_FILE] = t('on the server, as a small file');
}