mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
106 lines
2.4 KiB
YAML
106 lines
2.4 KiB
YAML
services:
|
|
feed.helper:
|
|
class: phpbb_feed_helper
|
|
arguments:
|
|
- @config
|
|
- @user
|
|
- %core.root_path%
|
|
|
|
feed.factory:
|
|
class: phpbb_feed_factory
|
|
arguments:
|
|
- @service_container
|
|
- @config
|
|
- @dbal.conn
|
|
|
|
feed.forum:
|
|
class: phpbb_feed_forum
|
|
scope: prototype
|
|
arguments:
|
|
- @feed.helper
|
|
- @config
|
|
- @dbal.conn
|
|
- @cache.driver
|
|
- @user
|
|
- @auth
|
|
- @content.visibility
|
|
- %core.php_ext%
|
|
|
|
feed.forums:
|
|
class: phpbb_feed_forums
|
|
scope: prototype
|
|
arguments:
|
|
- @feed.helper
|
|
- @config
|
|
- @dbal.conn
|
|
- @cache.driver
|
|
- @user
|
|
- @auth
|
|
- @content.visibility
|
|
- %core.php_ext%
|
|
|
|
feed.news:
|
|
class: phpbb_feed_news
|
|
scope: prototype
|
|
arguments:
|
|
- @feed.helper
|
|
- @config
|
|
- @dbal.conn
|
|
- @cache.driver
|
|
- @user
|
|
- @auth
|
|
- @content.visibility
|
|
- %core.php_ext%
|
|
|
|
feed.overall:
|
|
class: phpbb_feed_overall
|
|
scope: prototype
|
|
arguments:
|
|
- @feed.helper
|
|
- @config
|
|
- @dbal.conn
|
|
- @cache.driver
|
|
- @user
|
|
- @auth
|
|
- @content.visibility
|
|
- %core.php_ext%
|
|
|
|
feed.topic:
|
|
class: phpbb_feed_topic
|
|
scope: prototype
|
|
arguments:
|
|
- @feed.helper
|
|
- @config
|
|
- @dbal.conn
|
|
- @cache.driver
|
|
- @user
|
|
- @auth
|
|
- @content.visibility
|
|
- %core.php_ext%
|
|
|
|
feed.topics:
|
|
class: phpbb_feed_topics
|
|
scope: prototype
|
|
arguments:
|
|
- @feed.helper
|
|
- @config
|
|
- @dbal.conn
|
|
- @cache.driver
|
|
- @user
|
|
- @auth
|
|
- @content.visibility
|
|
- %core.php_ext%
|
|
|
|
feed.topics_active:
|
|
class: phpbb_feed_topics_active
|
|
scope: prototype
|
|
arguments:
|
|
- @feed.helper
|
|
- @config
|
|
- @dbal.conn
|
|
- @cache.driver
|
|
- @user
|
|
- @auth
|
|
- @content.visibility
|
|
- %core.php_ext%
|