Alpha update
This commit is contained in:
parent
3a568602da
commit
a06cdba30e
28 changed files with 615 additions and 589 deletions
|
|
@ -3,11 +3,15 @@ services:
|
|||
class: pedodev\tagging\core\tag_helper
|
||||
arguments:
|
||||
- '@dbal.conn'
|
||||
- '@config'
|
||||
- '%core.root_path%'
|
||||
- '%core.table_prefix%'
|
||||
|
||||
pedodev.tagging.search_helper:
|
||||
class: pedodev\tagging\core\search_helper
|
||||
arguments:
|
||||
- '@dbal.conn'
|
||||
- '@config'
|
||||
- '@pedodev.tagging.tag_helper'
|
||||
|
||||
pedodev.tagging.request_helper:
|
||||
|
|
@ -35,14 +39,15 @@ services:
|
|||
- '@pedodev.tagging.search_helper'
|
||||
- '@pedodev.tagging.request_helper'
|
||||
|
||||
pedodev.tagging.search_tag_listener:
|
||||
class: pedodev\tagging\event\search_tag_listener
|
||||
pedodev.tagging.search_listener:
|
||||
class: pedodev\tagging\event\search_listener
|
||||
tags:
|
||||
- { name: event.listener }
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@template'
|
||||
- '@language'
|
||||
- '@auth'
|
||||
- '@pedodev.tagging.tag_helper'
|
||||
- '@pedodev.tagging.search_helper'
|
||||
- '@pedodev.tagging.request_helper'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue