ew_bloggy/Configuration/Services.yaml
2025-01-21 20:22:57 +01:00

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'