Skip to content
Snippets Groups Projects
Commit 30a99299 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Coding standards, file comments

parent 08442e23
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @file
* Admin pages for sshkey module.
*/
/**
* Form callback, admin settings.
*/
function sshkey_settings_form() {
$form['sshkey_help'] = array(
'#type' => 'textarea',
......
<?php
/**
* @file
* Install, uninstall, schema, and requirements for sshkey.
*/
/**
* Implements hook_schema().
*/
......
<?php
/**
* @file
* Menu page callbacks.
*/
function sshkey_list_page($entity_type, $entity_id) {
$destination = drupal_get_destination();
......
<?php
/**
* @file
* Tests for sskey module.
......
<?php
/**
* @file
* Install, uninstall, schema, and requirements for sshkey_blacklist.
*/
/**
* Implements hook_requirements().
*/
......
<?php
/**
* @file
* Validates SSH keys using the ssh-vulnkey blacklist.
*/
/**
* Implements hook_sshkey_validate().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment