You are here

function simple_access_install in Simple Access 8.3

Same name and namespace in other branches
  1. 5.2 simple_access.install \simple_access_install()
  2. 5 simple_access.install \simple_access_install()
  3. 6.2 simple_access.install \simple_access_install()
  4. 7.2 simple_access.install \simple_access_install()

Implements hook_install().

File

./simple_access.install, line 11
Installation for Simple Access.

Code

function simple_access_install() {
  module_set_weight('simple_access', 9);
  \Drupal::messenger()
    ->addMessage(t('simple access has created the required tables.'));
}