Skip to content

Commit

Permalink
Remove LinkGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Oct 9, 2018
1 parent cae51cc commit 29560ef
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 140 deletions.
11 changes: 0 additions & 11 deletions .docs/README.md
Expand Up @@ -2,7 +2,6 @@

## Content

- [LinkGenerator (LinkGeneratorExtesion)](#link-generator)
- [UI](#ui)
- [Presenter](#presenter)
- [StructuredTemplates](#structured-templates)
Expand All @@ -16,16 +15,6 @@
- [FlyResponse - send file/buffer on-the-fly](#flyresponse)
- [XmlResponse](#xmlresponse)

## Link Generator

A tiny extension which provides cacheable LinkGenerator. LinkGenerator is an external service for creating
URL addresses / links out of presenter scope, e.g. in mail templates.

```yaml
extensions:
link: Contributte\Application\DI\LinkGeneratorExtension
```

## UI

### Presenter
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,6 @@ composer require contributte/application

## Overview

- [LinkGenerator (LinkGeneratorExtension)](https://github.com/contributte/application/blob/master/.docs/README.md#link-generator)
- [UI](https://github.com/contributte/application/blob/master/.docs/README.md#ui)
- [Presenter](https://github.com/contributte/application/blob/master/.docs/README.md#presenter)
- [StructuredTemplates](https://github.com/contributte/application/blob/master/.docs/README.md#structured-templates)
Expand Down
4 changes: 0 additions & 4 deletions composer.json
Expand Up @@ -18,14 +18,10 @@
"require-dev": {
"ninjify/qa": "^0.8.0",
"ninjify/nunjuck": "^0.2.0",
"nette/di": "~2.4.11",
"nette/http": "~2.4.8",
"psr/http-message": "~1.0.1",
"tracy/tracy": "~2.5.3"
},
"suggest": {
"nette/di": "to use LinkGeneratorExtesion[CompilerExtension]"
},
"autoload": {
"psr-4": {
"Contributte\\Application\\": "src"
Expand Down
25 changes: 0 additions & 25 deletions src/DI/LinkGeneratorExtension.php

This file was deleted.

20 changes: 0 additions & 20 deletions src/ILinkGenerator.php

This file was deleted.

13 changes: 0 additions & 13 deletions src/LinkGenerator.php

This file was deleted.

32 changes: 0 additions & 32 deletions src/MemoryLinkGenerator.php

This file was deleted.

34 changes: 0 additions & 34 deletions tests/cases/DI/LinkGeneratorExtension.phpt

This file was deleted.

0 comments on commit 29560ef

Please sign in to comment.