BankIDDialogForm
class BankIDDialogForm extends FormBase
BankID Authenticate form.
Properties
| protected ImmutableConfig | $config | The configuration. |
Methods
__construct(IntegrationManager $integrationManager, ConfigFactoryInterface $config_factory, ExternalAuthInterface $externalAuth, AuthmapInterface $authmap, BankIDManager $bankIDManager, EntityTypeManagerInterface $entityTypeManager)
Constructs a new BankIDDialogForm.
static
create(ContainerInterface $container)
{@inheritdoc}
string
getFormId()
{@inheritdoc}
array
buildForm(array $form, FormStateInterface $form_state, OrderOperation $operation = OrderOperation::Auth, string $plugin_id = 'default', array $plugin_configuration = [], array|null $private_data = NULL)
Form constructor.
void
submitForm(array $form, FormStateInterface $form_state)
{@inheritdoc}
Details
at line 49
__construct(IntegrationManager $integrationManager, ConfigFactoryInterface $config_factory, ExternalAuthInterface $externalAuth, AuthmapInterface $authmap, BankIDManager $bankIDManager, EntityTypeManagerInterface $entityTypeManager)
Constructs a new BankIDDialogForm.
at line 63
static
create(ContainerInterface $container)
{@inheritdoc}
at line 77
string
getFormId()
{@inheritdoc}
at line 100
array
buildForm(array $form, FormStateInterface $form_state, OrderOperation $operation = OrderOperation::Auth, string $plugin_id = 'default', array $plugin_configuration = [], array|null $private_data = NULL)
Form constructor.
at line 149
void
submitForm(array $form, FormStateInterface $form_state)
{@inheritdoc}