github_cards-8.x-1.x-dev/github_cards.services.yml
github_cards.services.yml
services:
logger.channel.github_cards:
parent: logger.channel_base
arguments: ['github_cards']
github_cards.client.factory:
class: Drupal\github_cards\Service\GitHubCardsClientFactory
arguments: []
public: false
github_cards.client:
class: Github\Client
factory: ['@github_cards.client.factory', 'createGitHubClient']
github_cards.github_info:
class: Drupal\github_cards\Service\GitHubCardsInfoService
arguments: ['@cache.default', '@entity_type.manager','@logger.channel.github_cards', '@datetime.time', '@github_cards.client']
