Skip to content

Commit

Permalink
Add file description and docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
argiepiano committed May 24, 2022
1 parent 465bf20 commit 2cf772c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions og_demo/og_demo.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Organic groups demo
description = "Add some demo content to get started."
name = Organic groups example
description = "Organic Groups example groups and group content to get started."
package = "Organic groups"
backdrop = 1.x
type = module
Expand Down
8 changes: 8 additions & 0 deletions og_demo/og_demo.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/**
* @file
* Install sample group and group content for Organic Groups.
*/

/**
* Implements hook_install().
*/
function og_demo_install() {

// Force Entity Plus to create the appropriate metadata for the new fields.
Expand Down
5 changes: 5 additions & 0 deletions og_demo/og_demo.module
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
<?php

/**
* @file
* Demo groups and group content for Organic Grops.
*/

0 comments on commit 2cf772c

Please sign in to comment.