You are here

qa_accounts.install in QA Accounts 8

Install functions for QA Accounts.

File

qa_accounts.install
View source
<?php

/**
 * @file
 * Install functions for QA Accounts.
 */

/**
 * Implements hook_install().
 */
function qa_accounts_install() {
  \Drupal::service('qa_accounts.create_delete')
    ->createQaAccounts();
}

/**
 * Force cache rebuild for new service definitions.
 */
function qa_accounts_update_8001() {

  // Do nothing.
}

Functions

Namesort descending Description
qa_accounts_install Implements hook_install().
qa_accounts_update_8001 Force cache rebuild for new service definitions.