You are here

service lockr.client in Lockr 4.x

Same name and namespace in other branches
  1. 8.4 lockr.services.yml \lockr.client
  2. 8.2 lockr.services.yml \lockr.client
  3. 8.3 lockr.services.yml \lockr.client

Class

Lockr\LockrClient
2 string references to lockr.client
drush_lockr_register in ./lockr.drush.inc
Registers the site with lockr.
LockrRenewForm::create in src/Form/LockrRenewForm.php
Instantiates a new instance of this class.

File

./lockr.services.yml
lockr.services.yml

View source
  1. class: Lockr\LockrClient
  2. factory:
  3. - Lockr\LockrClient
  4. - createFromSettings
  5. arguments:
  6. - '@lockr.settings'