24 lines
626 B
YAML
24 lines
626 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
public: false
|
|
|
|
Evoweb\EwBloggy\:
|
|
resource: '../Classes/*'
|
|
|
|
Evoweb\EwBloggy\DataProcessing\BlogPostProcessor:
|
|
public: true
|
|
tags:
|
|
- { name: 'data.processor', identifier: 'blog-post' }
|
|
|
|
Evoweb\EwBloggy\EventListener\ModifyPageLayoutContent:
|
|
tags:
|
|
- name: event.listener
|
|
identifier: 'evoweb/ew-bloggy/modify-page-module-content'
|
|
|
|
Evoweb\EwBloggy\EventListener\RenderAdditionalContentToRecordList:
|
|
tags:
|
|
- name: event.listener
|
|
identifier: 'evoweb/ew-bloggy/render-additional-content-to-record-list'
|