You are here

service webform_cards.manager in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_cards/webform_cards.services.yml \webform_cards.manager

Class

Drupal\webform_cards\WebformCardsManager
4 string references to webform_cards.manager
WebformSubmissionAccess::checkWizardPagesAccess in src/Access/WebformSubmissionAccess.php
Check whether a webform submissions' webform has wizard pages/cards.
webform_cards_preprocess_webform_confirmation in modules/webform_cards/webform_cards.module
Implements hook_preprocess_webform_confirmation() for webform cards.
webform_cards_webform_submission_form_alter in modules/webform_cards/webform_cards.module
Implements hook_webform_submission_form_alter().
_webform_cards_form_state_has_cards in modules/webform_cards/webform_cards.module
Determine if the form state's related webform has cards.

File

modules/webform_cards/webform_cards.services.yml
modules/webform_cards/webform_cards.services.yml

View source
  1. class: Drupal\webform_cards\WebformCardsManager
  2. arguments:
  3. - '@plugin.manager.webform.element'
  4. - '@webform_submission.conditions_validator'