feat: add an example module with custom tests
Add a custom module based on my Drupal module template: https://github.com/opdavies/drupal-module-template
This commit is contained in:
parent
ea60b27438
commit
67a9f556c4
10 changed files with 117 additions and 0 deletions
5
web/modules/custom/example/example.info.yml
Normal file
5
web/modules/custom/example/example.info.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
name: Example module
|
||||
description: TODO
|
||||
type: module
|
||||
core_version_requirement: ^9||^10
|
||||
package: Example
|
Loading…
Add table
Add a link
Reference in a new issue