You are here

public function SessionCacheSettingsForm::getFormID in Session Cache API 8

File

lib/Drupal/session_cache/Form/SessionCacheSettingsForm.php, line 20
Contains \Drupal\session_cache\Form\SessionCacheSettingsForm.

Class

SessionCacheSettingsForm
Menu callback and form-builder for session cache configuration settings.

Namespace

Drupal\session_cache\Form

Code

public function getFormID() {
  return 'session_cache_settings';
}