phaxio-1.1.0/phaxio.services.yml
phaxio.services.yml
services:
phaxio.phaxio:
class: Drupal\phaxio\Services\PhaxioBase
arguments:
- '@config.factory'
- '@module_handler'
- '@cache_factory'
tags:
- { name: 'phaxio' }
phaxio.numbers:
class: Drupal\phaxio\Services\Numbers
arguments:
- '@config.factory'
- '@module_handler'
- '@cache_factory'
tags:
- { name: 'phaxio' }
phaxio.fax:
class: Drupal\phaxio\Services\Fax
arguments:
- '@config.factory'
- '@module_handler'
- '@cache_factory'
tags:
- { name: 'phaxio' }
