Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
entity.inc
»
entity_get_form
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
25 calls to entity_get_form()
comment_add
in drupal/
core/
modules/
comment/
comment.module
Returns a rendered form to comment the given node.
comment_edit_page
in drupal/
core/
modules/
comment/
comment.module
Page callback: Displays the comment editing form.
config_test_add_page
in drupal/
core/
modules/
config/
tests/
config_test/
config_test.module
Page callback: Presents the ConfigTest creation form.
config_test_edit_page
in drupal/
core/
modules/
config/
tests/
config_test/
config_test.module
Page callback: Presents the ConfigTest edit form.
contact_category_add
in drupal/
core/
modules/
contact/
contact.admin.inc
Page callback: Presents the category creation form.
contact_category_edit
in drupal/
core/
modules/
contact/
contact.admin.inc
Page callback: Presents the category edit form.
EntityTranslationFormTest::testEntityFormLanguage
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityTranslationFormTest.php
Tests entity form language.
entity_test_add
in drupal/
core/
modules/
system/
tests/
modules/
entity_test/
entity_test.module
Menu callback: displays the 'Add new entity_test' form.
entity_test_edit
in drupal/
core/
modules/
system/
tests/
modules/
entity_test/
entity_test.module
Menu callback: displays the 'Edit existing entity_test' form.
field_test_entity_add
in drupal/
core/
modules/
field/
tests/
modules/
field_test/
field_test.entity.inc
Menu callback: displays the 'Add new test_entity' form.
field_test_entity_edit
in drupal/
core/
modules/
field/
tests/
modules/
field_test/
field_test.entity.inc
Menu callback: displays the 'Edit exiisting test_entity' form.
form_test_two_instances
in drupal/
core/
modules/
system/
tests/
modules/
form_test/
form_test.module
Menu callback that returns two instances of the node form.
node_add
in drupal/
core/
modules/
node/
node.pages.inc
Page callback: Provides the node submission form.
node_page_edit
in drupal/
core/
modules/
node/
node.pages.inc
Page callback: Presents the node editing form.
OptionsFieldTest::testUpdateAllowedValues
in drupal/
core/
modules/
field/
modules/
options/
lib/
Drupal/
options/
Tests/
OptionsFieldTest.php
Test that allowed values can be updated.
picture_mapping_page_add
in drupal/
core/
modules/
picture/
picture_mapping.admin.inc
Page callback: Provides the new picture mapping addition form.
picture_mapping_page_duplicate
in drupal/
core/
modules/
picture/
picture_mapping.admin.inc
Page callback: Presents the picture mapping duplicate form.
picture_mapping_page_edit
in drupal/
core/
modules/
picture/
picture_mapping.admin.inc
Page callback: Presents the picture mapping editing form.
taxonomy_term_add
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Returns a rendered edit form to create a new term associated to the given vocabulary.
taxonomy_vocabulary_add
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Page callback: provides the vocabulary creation form.
UserRouteController::register
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
UserRouteController.php
Returns the user registration form.
user_admin
in drupal/
core/
modules/
user/
user.admin.inc
@file Admin page callback file for the user module.
views_ui_add_page
in drupal/
core/
modules/
views/
views_ui/
admin.inc
Page callback to add a new view.
views_ui_build_preview
in drupal/
core/
modules/
views/
views_ui/
admin.inc
Page callback for rendering the preview form and the preview of the view.
views_ui_edit_page
in drupal/
core/
modules/
views/
views_ui/
admin.inc
Page callback for the Edit View page.