You are here

service commerce.credentials_check_flood in Commerce Core 8.2

Class

Drupal\commerce\CredentialsCheckFlood
2 string references to commerce.credentials_check_flood
CompletionRegister::create in modules/checkout/src/Plugin/Commerce/CheckoutPane/CompletionRegister.php
Creates an instance of the plugin.
Login::create in modules/checkout/src/Plugin/Commerce/CheckoutPane/Login.php
Creates an instance of the plugin.

File

./commerce.services.yml
commerce.services.yml

View source
  1. class: Drupal\commerce\CredentialsCheckFlood
  2. arguments:
  3. - '@flood'
  4. - '@entity_type.manager'
  5. - '@config.factory'