Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.

All search results

Title Object type File name Summary
RevisionRevertFormTest class core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Tests reverting a revision with revision revert form.
RevisionRevertFormTest.php file core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php
RevisionRevertFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php The theme to install as the default for testing.
RevisionRevertFormTest::$modules property core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Modules to install.
RevisionRevertFormTest::countRevisions function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Count number of revisions for an entity type.
RevisionRevertFormTest::getLogs function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Loads watchdog entries by channel.
RevisionRevertFormTest::providerPageTitle function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Data provider for testPageTitle.
RevisionRevertFormTest::providerSubmitForm function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Data provider for testSubmitForm.
RevisionRevertFormTest::setUp function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php
RevisionRevertFormTest::testAccessRevertLatestDefault function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Test cannot revert latest default revision.
RevisionRevertFormTest::testAccessRevertLatestForwardRevision function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Ensures that forward revisions can be reverted.
RevisionRevertFormTest::testAccessRevertNonLatest function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Test can revert non-latest revision.
RevisionRevertFormTest::testFormRevisionRevert function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Test form revision revert.
RevisionRevertFormTest::testPageTitle function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Tests title by whether entity supports revision creation dates.
RevisionRevertFormTest::testPrepareRevision function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Tests the revert process.
RevisionRevertFormTest::testSubmitForm function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Tests revision revert, and expected response after revert.
Role::buildOptionsForm function core/modules/user/src/Plugin/views/access/Role.php Provide a form to edit options for this plugin.
Role::validateOptionsForm function core/modules/user/src/Plugin/views/access/Role.php Validate the options form.
RoleForm class core/modules/user/src/RoleForm.php Form controller for the role entity edit forms.
RoleForm.php file core/modules/user/src/RoleForm.php
RoleForm::form function core/modules/user/src/RoleForm.php Gets the actual form array to be built.
RoleForm::save function core/modules/user/src/RoleForm.php Form submission handler for the 'save' action.
RoleJsonAnonTest::$format property core/modules/user/tests/src/Functional/Rest/RoleJsonAnonTest.php The format to use in this test.
RoleJsonBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php The format to use in this test.
RoleJsonCookieTest::$format property core/modules/user/tests/src/Functional/Rest/RoleJsonCookieTest.php The format to use in this test.
RoleListBuilder::getFormId function core/modules/user/src/RoleListBuilder.php Returns a unique string identifying the form.
RoleListBuilder::submitForm function core/modules/user/src/RoleListBuilder.php Form submission handler.
RoleSettingsForm class core/modules/user/src/Form/RoleSettingsForm.php Configure administrator role settings for this site.
RoleSettingsForm.php file core/modules/user/src/Form/RoleSettingsForm.php
RoleSettingsForm::$roleStorage property core/modules/user/src/Form/RoleSettingsForm.php The role storage used when changing the admin role.
RoleSettingsForm::buildForm function core/modules/user/src/Form/RoleSettingsForm.php Form constructor.
RoleSettingsForm::create function core/modules/user/src/Form/RoleSettingsForm.php Instantiates a new instance of the implementing class using autowiring.
RoleSettingsForm::getFormId function core/modules/user/src/Form/RoleSettingsForm.php Returns a unique string identifying the form.
RoleSettingsForm::submitForm function core/modules/user/src/Form/RoleSettingsForm.php Form submission handler.
RoleSettingsForm::__construct function core/modules/user/src/Form/RoleSettingsForm.php Constructs a \Drupal\user\Form\RoleSettingsForm object.
RolesLookup::transform function core/modules/block/src/Plugin/migrate/process/RolesLookup.php Performs the associated process.
RoleXmlAnonTest::$format property core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php The format to use in this test.
RoleXmlBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php The format to use in this test.
RoleXmlCookieTest::$format property core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php The format to use in this test.
RotateImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Form constructor.
RotateImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Form submission handler.
RotateImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Determines the dimensions of the styled image.
RotateImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Form validation handler.
Route::transform function core/modules/migrate/src/Plugin/migrate/process/Route.php Set the destination route information based on the source link_path.
RouteProcessorCsrfTest::testProcessOutboundJsonFormat function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php Tests JSON requests to get no placeholders, but real tokens.
RouteTest::doTransform function core/modules/migrate/tests/src/Kernel/process/RouteTest.php Transforms link path data to a route.
route_enhancer.form service core/core.services.yml Drupal\Core\Routing\Enhancer\FormRouteEnhancer
RowPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/row/RowPluginBase.php Provide a form for setting options.
RowPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/row/RowPluginBase.php Perform any necessary changes to the form values prior to storage.
RowPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/row/RowPluginBase.php Validate the options form.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.