You are here

function securelogin_install in Secure Login 8

Same name and namespace in other branches
  1. 7 securelogin.install \securelogin_install()

Implements hook_install().

File

./securelogin.install, line 13
Contains install and update functions for Secure login module.

Code

function securelogin_install() {

  // Invalidate all cached HTML output.
  Cache::invalidateTags([
    'rendered',
  ]);
}