Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
form.inc
»
drupal_form_submit
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to drupal_form_submit()
batch_test_programmatic
in drupal/
core/
modules/
system/
tests/
modules/
batch_test/
batch_test.module
Menu callback: Submits the 'Chained' form programmatically.
entity_form_submit
in drupal/
core/
includes/
entity.inc
Retrieves, populates, and processes an entity form.
install_run_task
in drupal/
core/
includes/
install.core.inc
Runs an individual installation task.
ProgrammaticTest::submitForm
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Form/
ProgrammaticTest.php
Helper function used to programmatically submit the form defined in
form_test.module
with the given values.
SystemConfigFormTestBase::testConfigForm
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
SystemConfigFormTestBase.php
Submit the system_config_form ensure the configuration has expected values.
_batch_test_nested_drupal_form_submit_callback
in drupal/
core/
modules/
system/
tests/
modules/
batch_test/
batch_test.module
Batch operation: Submits form_test_mock_form() using
drupal_form_submit
().