Skip to content

Commit

Permalink
Remove configuration and best practices sections.
Browse files Browse the repository at this point in the history
Point to the existing best practices page instead.

Signed-off-by: Anna Filina <afilina@gmail.com>
  • Loading branch information
afilina committed Feb 21, 2022
1 parent 781b644 commit 002091f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/book/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ return [
];
```

## Configuration

// ...

## Listeners

Each module has a `Module` class, which can contain a variety of methods called listeners. These listeners are called by [laminas-modulemanager](https://docs.laminas.dev/laminas-modulemanager/) to configure the module.
Expand Down Expand Up @@ -102,4 +98,4 @@ class Module implements DependencyIndicatorInterface

// Add other methods following the same structure as `getModuleDependencies()`

## Best Practices
Be sure to read about [Best Practices when Creating Modules](https://docs.laminas.dev/laminas-modulemanager/best-practices/).

0 comments on commit 002091f

Please sign in to comment.