8 calls to field_attach_form()

EntityFormController::form in drupal/core/lib/Drupal/Core/Entity/EntityFormController.php
Returns the actual form array to be built.
EntityFormControllerNG::form in drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php
Overrides EntityFormController::form().
FieldAttachOtherTest::testFieldAttachForm in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_form().
FieldAttachOtherTest::testFieldAttachSubmit in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_submit().
field_test_entity_nested_form in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Form combining two separate entities.
FormTest::testFieldFormAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests fields with no 'edit' access.
form_test_form_user_register_form_alter in drupal/core/modules/system/tests/modules/form_test/form_test.module
Implements hook_form_FORM_ID_alter() for the registration form.
RegisterFormController::form in drupal/core/modules/user/lib/Drupal/user/RegisterFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().