fox-1.1.2/fox.services.yml
fox.services.yml
services:
plugin.manager.fox_commands:
class: Drupal\fox\Plugin\FoxCommandsManager
arguments: ['@container.namespaces', '@cache.discovery', '@module_handler']
tags:
- { name: plugin.manager }
fox.commands.helper:
class: Drupal\fox\FoxCommandsHelper
arguments: ['@entity_type.manager', '@entity_type.bundle.info', '@entity_field.manager', '@plugin.manager.fox_commands', '@database']
fox.query.entity:
class: Drupal\fox\FoxEntityQuery
