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
NestedFormTest::$fieldStorageSingle property core/modules/field/tests/src/Functional/NestedFormTest.php
NestedFormTest::$fieldStorageUnlimited property core/modules/field/tests/src/Functional/NestedFormTest.php
NestedFormTest::$modules property core/modules/field/tests/src/Functional/NestedFormTest.php Modules to install.
NestedFormTest::setUp function core/modules/field/tests/src/Functional/NestedFormTest.php
NestedFormTest::testNestedEntityFormEntityLevelValidation function core/modules/field/tests/src/Functional/NestedFormTest.php Tests entity level validation within subforms.
NestedFormTest::testNestedFieldForm function core/modules/field/tests/src/Functional/NestedFormTest.php Tests Field API form integration within a subform.
NestedTableDragTestForm class core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php Provides a form for testing nested draggable tables.
NestedTableDragTestForm.php file core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php
NestedTableDragTestForm::buildForm function core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php Form constructor.
NestedTableDragTestForm::getFormId function core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php Returns a unique string identifying the form.
node-edit-form.html.twig file core/themes/admin/templates/node/node-edit-form.html.twig Theme override for a node edit form.
node-edit-form.html.twig file core/modules/node/templates/node-edit-form.html.twig Default theme implementation for a node edit form.
node-edit-form.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-edit-form.html.twig Theme override for a node edit form.
node-edit-form.html.twig file core/themes/stable9/templates/content-edit/node-edit-form.html.twig Theme override for a node edit form.
node-edit-form.html.twig file core/themes/claro/templates/node-edit-form.html.twig Theme override for a node edit form.
node-edit-form.html.twig file core/themes/starterkit_theme/templates/content-edit/node-edit-form.html.twig Theme override for a node edit form.
Node::$filterDefaultFormat property core/modules/node/src/Plugin/migrate/source/d6/Node.php The default filter format.
Node::buildOptionsForm function core/modules/node/src/Plugin/views/field/Node.php Provide link to node option.
NodeAccessTest::$moderationInformation property core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php The moderation information service.
NodeBulkForm class core/modules/node/src/Plugin/views/field/NodeBulkForm.php Defines a node operations bulk form element.
NodeBulkForm.php file core/modules/node/src/Plugin/views/field/NodeBulkForm.php
NodeBulkForm::emptySelectedMessage function core/modules/node/src/Plugin/views/field/NodeBulkForm.php Returns the message to be displayed when there are no selected items.
NodeBulkFormTest class core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php Tests Drupal\node\Plugin\views\field\NodeBulkForm.
NodeBulkFormTest.php file core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php
NodeBulkFormTest::tearDown function core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php
NodeBulkFormTest::testConstructor function core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php Tests the constructor assignment of actions.
NodeCompleteNodeLookup::transform function core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeLookup.php Performs the associated process.
NodeCompleteNodeRevisionLookup::transform function core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeRevisionLookup.php Performs the associated process.
NodeCompleteNodeTranslationLookup::transform function core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeTranslationLookup.php Performs the associated process.
NodeController::$dateFormatter property core/modules/node/src/Controller/NodeController.php The date formatter service.
NodeDeleteForm class core/modules/node/src/Form/NodeDeleteForm.php Provides a form for deleting a node.
NodeDeleteForm.php file core/modules/node/src/Form/NodeDeleteForm.php
NodeDeleteForm::getDeletionMessage function core/modules/node/src/Form/NodeDeleteForm.php
NodeDeleteForm::logDeletionMessage function core/modules/node/src/Form/NodeDeleteForm.php
NodeEditFormTest class core/modules/node/tests/src/Functional/NodeEditFormTest.php Create a node and test node edit functionality.
NodeEditFormTest.php file core/modules/node/tests/src/Functional/NodeEditFormTest.php
NodeEditFormTest::$adminUser property core/modules/node/tests/src/Functional/NodeEditFormTest.php A user with permission to bypass content access checks.
NodeEditFormTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeEditFormTest.php The theme to install as the default for testing.
NodeEditFormTest::$modules property core/modules/node/tests/src/Functional/NodeEditFormTest.php Modules to install.
NodeEditFormTest::$nodeStorage property core/modules/node/tests/src/Functional/NodeEditFormTest.php The node storage.
NodeEditFormTest::$webUser property core/modules/node/tests/src/Functional/NodeEditFormTest.php A normal logged in user.
NodeEditFormTest::checkVariousAuthoredByValues function core/modules/node/tests/src/Functional/NodeEditFormTest.php Checks that the "authored by" works correctly with various values.
NodeEditFormTest::setUp function core/modules/node/tests/src/Functional/NodeEditFormTest.php
NodeEditFormTest::testNodeEdit function core/modules/node/tests/src/Functional/NodeEditFormTest.php Checks node edit functionality.
NodeEditFormTest::testNodeEditAuthoredBy function core/modules/node/tests/src/Functional/NodeEditFormTest.php Tests changing a node's "authored by" field.
NodeEditFormTest::testNodeFormNullAuthor function core/modules/node/tests/src/Functional/NodeEditFormTest.php Tests the node form when the author is NULL.
NodeEditFormTest::testNodeMetaInformation function core/modules/node/tests/src/Functional/NodeEditFormTest.php Tests the node meta information.
NodeFieldMultilingualTest::testMultilingualNodeForm function core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php Tests whether field languages are correctly set through the node form.
NodeForm class core/modules/node/src/Form/NodeForm.php Form handler for the node edit forms.
NodeForm.php file core/modules/node/src/Form/NodeForm.php

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