Browse Source

wip

pull/1/head
Nigel Banks 4 years ago
parent
commit
a8b62be4f2
  1. 8
      composer.json
  2. 9
      dgi_fixity.info.yml
  3. 8
      dgi_fixity.module

8
composer.json

@ -0,0 +1,8 @@
{
"name": "discoverygarden/dgi_fixity",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drupal/filehash": "^1.7"
}
}

9
dgi_fixity.info.yml

@ -0,0 +1,9 @@
name: 'DGI Fixity'
description: "Performs fixity checks on original media."
type: module
package: DGI
core_version_requirement: ^8 || ^9
dependencies:
- drupal:node
- drupal:media
- filehash:filehash

8
dgi_fixity.module

@ -0,0 +1,8 @@
<?php
/**
* @file
* General hook implementations.
*/
Loading…
Cancel
Save