You are here

13 string references to 'securepages.settings' in Secure Pages 8

FormBuilder::buildFormAction in src/FormBuilder.php
Builds the $form['#action'].
FormBuilder::prepareForm in src/FormBuilder.php
Prepares a structured form array.
FormBuilder::renderPlaceholderFormAction in src/FormBuilder.php
Renders a form action URL. It's a #lazy_builder callback.
Securepages::matchFormId in src/Securepages.php
Match form identifier against forms configured.
Securepages::matchPath in src/Securepages.php
Match path against securepages settings.
SecurepagesSettingsForm::buildForm in src/Form/SecurepagesSettingsForm.php
Form constructor.
SecurepagesSettingsForm::getEditableConfigNames in src/Form/SecurepagesSettingsForm.php
Gets the configuration names that will be editable.
SecurepagesSubscriber::checkRequestRedirection in src/EventSubscriber/SecurepagesSubscriber.php
Event handler for request processing. Redirects as needed.
SecurepagesSubscriber::checkResponseRedirection in src/EventSubscriber/SecurepagesSubscriber.php
Event handler for response processing. Alters redirects if needed.
SecurepagesTest::_testFormAlter in src/Tests/SecurepagesTest.php
Tests the ability to alter form actions.
SecurepagesTest::_testPathAlias in src/Tests/SecurepagesTest.php
Test redirection on aliased paths.
SecurepagesTest::_testPathNorms in src/Tests/SecurepagesTest.php
Test path normalization checks.
SecurepagesTest::_testRoles in src/Tests/SecurepagesTest.php
Test role-based switching.