| BasicFormNoContainerInjectionInterface |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
A basic form without a container injection interface implemented. |
| BasicFormNoContainerInjectionInterface::buildForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form constructor. |
| BasicFormNoContainerInjectionInterface::getFormId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Returns a unique string identifying the form. |
| BasicFormNoContainerInjectionInterface::submitForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form submission handler. |
| BasicFormNoContainerInjectionInterface::validateForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form validation handler. |
| BasicFormNoUpcasting |
class |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
A basic form with a passed entity without an interface. |
| BasicFormNoUpcasting::buildForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form constructor. |
| BasicFormNoUpcasting::getFormId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Returns a unique string identifying the form. |
| BasicFormNoUpcasting::submitForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Form submission handler. |
| BasicSettingsForm |
class |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Form builder for the admin display defaults page. |
| BasicSettingsForm.php |
file |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
|
| BasicSettingsForm::buildForm |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Form constructor. |
| BasicSettingsForm::getFormId |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Returns a unique string identifying the form. |
| BasicStringFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php |
Plugin implementation of the 'basic_string' formatter. |
| BasicStringFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php |
|
| BasicStringFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php |
Builds a renderable array for a field value. |
| BatchTestChainedForm |
class |
core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php |
Generate form of id batch_test_chained_form. |
| 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::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. |
| BatchTestHelper::nestedDrupalFormSubmitCallback |
function |
core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php |
Batch operation: Submits form_test_mock_form(). |
| 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. |
| BigPipe::performPostSendTasks |
function |
core/modules/big_pipe/src/Render/BigPipe.php |
Performs tasks after sending content (and rendering placeholders). |
| BigPipeTest::performMetaRefresh |
function |
core/modules/big_pipe/tests/src/Functional/BigPipeTest.php |
Performs a single <meta> refresh explicitly. |
| BigPipeTestForm |
class |
core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php |
Form to test BigPipe. |
| BigPipeTestForm.php |
file |
core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php |
|
| BigPipeTestForm::buildForm |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php |
Form constructor. |
| BigPipeTestForm::getFormId |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php |
Returns a unique string identifying the form. |
| BigPipeTestForm::submitForm |
function |
core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php |
Form submission handler. |