You are here

general.inc in Key 7

File

plugins/key_type/general.inc
View source
<?php

/**
 * @file
 * Plugin definition for the General key type.
 */
$plugin = array(
  'title' => t('General'),
  'description' => t('A general-purpose key.'),
);