forked from drupal-media/entity_browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathentity_browser.services.yml
More file actions
19 lines (19 loc) · 864 Bytes
/
entity_browser.services.yml
File metadata and controls
19 lines (19 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
services:
plugin.manager.entity_browser.display:
class: Drupal\entity_browser\DisplayManager
parent: default_plugin_manager
plugin.manager.entity_browser.selection_display:
class: Drupal\entity_browser\SelectionDisplayManager
parent: default_plugin_manager
plugin.manager.entity_browser.widget:
class: Drupal\entity_browser\WidgetManager
parent: default_plugin_manager
plugin.manager.entity_browser.widget_selector:
class: Drupal\entity_browser\WidgetSelectorManager
parent: default_plugin_manager
plugin.manager.entity_browser.field_widget_display:
class: Drupal\entity_browser\FieldWidgetDisplayManager
parent: default_plugin_manager
entity_browser.route_subscriber:
class: Drupal\entity_browser\RouteSubscriber
arguments: ['@entity.manager', '@plugin.manager.entity_browser.display', '@entity.query']