3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/ui/views/farm_ui_views.services.yml

11 lines
361 B
YAML

services:
farm_ui_views.route_subscriber:
class: Drupal\farm_ui_views\Routing\RouteSubscriber
tags:
- { name: event_subscriber }
farm_ui_views.asset_logs_access:
class: Drupal\farm_ui_views\Access\FarmAssetLogViewsAccessCheck
arguments: ['@entity_type.manager']
tags:
- { name: access_check, applies_to: _asset_logs_access }