You are here

function block_aria_landmark_roles_install in Block ARIA Landmark Roles 6

Implementation of hook_install().

File

./block_aria_landmark_roles.install, line 48
Install, update, and uninstall functions for the Blocks ARIA Landmark Roles module.

Code

function block_aria_landmark_roles_install() {

  // Create the database table.
  drupal_install_schema('block_aria_landmark_roles');
}