WizardFactoryInterface::getFormState |
function |
src/Wizard/WizardFactoryInterface.php |
Get the wizard form state. |
WizardFactoryInterface::getWizardForm |
function |
src/Wizard/WizardFactoryInterface.php |
Get the wizard form. |
WizardFormController::getContentResult |
function |
src/Controller/WizardFormController.php |
Invokes the form and returns the result. |
WizardFormController::getFormArgument |
function |
src/Controller/WizardFormController.php |
Extracts the form argument string from a request. |
WizardFormController::getFormObject |
function |
src/Controller/WizardFormController.php |
Wizards are not instantiated as simply as forms, so this method is unused. |
WizardTest::getMachineLabel |
function |
tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php |
|
WizardTest::getOperations |
function |
tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php |
Retrieve a list of FormInterface classes by their step key in the wizard. |
WizardTest::getRouteName |
function |
tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php |
The name of the route to which forward or backwards steps redirect. |
WizardTest::getWizardLabel |
function |
tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php |
|