| BatchTestChainedForm.php |
file |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
|
| BatchTestChainedForm::batchTestChainedFormSubmit1 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #1 for batch_test_chained_form. |
| BatchTestChainedForm::batchTestChainedFormSubmit2 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #2 for batch_test_chained_form. |
| BatchTestChainedForm::batchTestChainedFormSubmit3 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #3 for batch_test_chained_form. |
| BatchTestChainedForm::batchTestChainedFormSubmit4 |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler #4 for batch_test_chained_form. |
| BatchTestChainedForm::buildForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form constructor. |
| BatchTestChainedForm::getFormId |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Returns a unique string identifying the form. |
| BatchTestChainedForm::submitForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Form submission handler. |
| BatchTestController |
class |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Controller routines for batch tests. |
| BatchTestController.php |
file |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
|
| BatchTestController::testFinishRedirect |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Fires a batch process without a form submission and a finish redirect. |
| BatchTestController::testLargePercentage |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Fires a batch process without a form submission. |
| BatchTestController::testNestedDrupalFormSubmit |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Submits a form within a batch programmatically. |
| BatchTestController::testNoForm |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Fires a batch process without a form submission. |
| BatchTestController::testProgrammatic |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Submits the 'Chained' form programmatically. |
| BatchTestController::testRedirect |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Redirects successfully. |
| BatchTestController::testThemeBatch |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Runs a batch for testing theme used on the progress page. |
| BatchTestController::testTitleBatch |
function |
core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php |
Runs a batch for testing the title shown on the progress page. |
| BatchTestDefinitions |
class |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch definitions for testing batches. |
| BatchTestDefinitions.php |
file |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
|
| BatchTestDefinitions::batch0 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 0: Does nothing. |
| BatchTestDefinitions::batch1 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 1: Repeats a simple operation. |
| BatchTestDefinitions::batch2 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 2: Performs a single multistep operation. |
| BatchTestDefinitions::batch3 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 3: Performs both single and multistep operations. |
| BatchTestDefinitions::batch4 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 4: Performs a batch within a batch. |
| BatchTestDefinitions::batch5 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 5: Repeats a simple operation. |
| BatchTestDefinitions::batch6 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 6: Repeats a simple operation. |
| BatchTestDefinitions::batch7 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 7: Performs two batches within a batch. |
| BatchTestDefinitions::batch8 |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php |
Batch 8: Throws an exception. |
| BatchTestHelper |
class |
core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php |
Batch helper for testing batches. |
| BatchTestHelper.php |
file |
core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php |
|
| BatchTestHelper::nestedDrupalFormSubmitCallback |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php |
Batch operation: Submits form_test_mock_form(). |
| BatchTestHelper::stack |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php |
Helper function: Stores or retrieves traced execution data. |
| BatchTestMockForm |
class |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Generate form of id batch_test_mock_form. |
| BatchTestMockForm.php |
file |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
|
| BatchTestMockForm::buildForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Form constructor. |
| BatchTestMockForm::getFormId |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Returns a unique string identifying the form. |
| BatchTestMockForm::submitForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php |
Form submission handler. |
| BatchTestMultiStepForm |
class |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
Generate form of id batch_test_multistep_form. |
| BatchTestMultiStepForm.php |
file |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
|
| BatchTestMultiStepForm::buildForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
Form constructor. |
| BatchTestMultiStepForm::getFormId |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
Returns a unique string identifying the form. |
| BatchTestMultiStepForm::submitForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php |
Form submission handler. |
| BatchTestSimpleForm |
class |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php |
Generate form of id batch_test_simple_form. |
| BatchTestSimpleForm.php |
file |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php |
|
| BatchTestSimpleForm::buildForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php |
Form constructor. |
| BatchTestSimpleForm::getFormId |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php |
Returns a unique string identifying the form. |
| BatchTestSimpleForm::submitForm |
function |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php |
Form submission handler. |
| batch_test.info.yml |
file |
core/modules/system/tests/modules/batch_test/batch_test.info.yml |
core/modules/system/tests/modules/batch_test/batch_test.info.yml |
| batch_test.links.task.yml |
file |
core/modules/system/tests/modules/batch_test/batch_test.links.task.yml |
core/modules/system/tests/modules/batch_test/batch_test.links.task.yml |