Search for form
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Form | class | core/ |
Provides a render element for a form. |
Form | class | core/ |
Form to test _form routing. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ContactPersonalTest::testPersonalContactForm | function | core/ |
Tests that the opt-out message is included correctly in contact emails. |
ContactPersonalTest::testPersonalContactFormUserCopy | function | core/ |
Tests that the opt-out message is not included in user copy emails. |
ContactSitewideTest::addContactForm | function | core/ |
Adds a form. |
ContactSitewideTest::deleteContactForms | function | core/ |
Deletes all forms. |
ContactSitewideTest::updateContactForm | function | core/ |
Updates a form. |
contact_form_user_admin_settings_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm. |
contact_form_user_admin_settings_submit | function | core/ |
Form submission handler for \Drupal\user\AccountSettingsForm. |
contact_form_user_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm. |
contact_storage_test_contact_form_form_builder | function | core/ |
Entity builder for the contact form edit form with third party options. |
contact_storage_test_form_contact_form_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for contact_form_form(). |
contact_user_profile_form_submit | function | core/ |
Form submission handler for \Drupal\user\ProfileForm. |
container--text-format-filter-guidelines.html.twig | file | core/ |
Theme implementation for text filter guidelines. |
container--text-format-filter-guidelines.html.twig | file | core/ |
Theme implementation for text filter guidelines. |
container--text-format-filter-help.html.twig | file | core/ |
Theme implementation for text filter help. |
container--text-format-filter-help.html.twig | file | core/ |
Theme implementation for text filter help. |
container--text-format-filter-wrapper.html.twig | file | core/ |
Theme implementation for the text filter wrapper. |
container--text-format-filter-wrapper.html.twig | file | core/ |
Theme implementation for the text filter wrapper. |
ContainerForm | class | core/ |
Base form for container term edit forms. |
ContainerForm.php | file | core/ |
|
ContainerForm::$urlStub | property | core/ |
Reusable URL stub to use in watchdog messages. |
ContainerForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
ContainerForm::form | function | core/ |
Gets the actual form array to be built. |
ContainerTest::$machineFormat | property | core/ |
Whether the container uses the machine-optimized format or not. |
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual | function | core/ |
@covers ::isTranslatable |
ContentEntityConfirmFormBase | class | core/ |
Provides a generic base class for an entity-based confirmation form. |
ContentEntityConfirmFormBase.php | file | core/ |
|
ContentEntityConfirmFormBase::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
ContentEntityConfirmFormBase::buildForm | function | core/ |
Form constructor. |
ContentEntityConfirmFormBase::delete | function | core/ |
The delete() method is not used in ContentEntityConfirmFormBase. This overrides the default implementation that redirects to the delete-form confirmation form. |
ContentEntityConfirmFormBase::form | function | core/ |
Gets the actual form array to be built. |
ContentEntityConfirmFormBase::getBaseFormId | function | core/ |
Returns a string identifying the base form. |
ContentEntityConfirmFormBase::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
ContentEntityConfirmFormBase::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
ContentEntityConfirmFormBase::getDescription | function | core/ |
Returns additional text to display as a description. |
ContentEntityConfirmFormBase::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
ContentEntityConfirmFormBase::save | function | core/ |
The save() method is not used in ContentEntityConfirmFormBase. This overrides the default implementation that saves the entity. |
ContentEntityConfirmFormBase::validateForm | function | core/ |
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level… |
ContentEntityDeleteForm | class | core/ |
Provides a generic base class for a content entity deletion form. |
ContentEntityDeleteForm.php | file | core/ |
|
ContentEntityDeleteForm::buildForm | function | core/ |
Form constructor. |
ContentEntityDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
ContentEntityDeleteForm::getDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
ContentEntityDeleteForm::logDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
ContentEntityForm | class | core/ |
Entity form variant for content entity types. |
ContentEntityForm.php | file | core/ |
|
ContentEntityForm::$entity | property | core/ |
The entity being used by this form. |
ContentEntityForm::$entityRepository | property | core/ |
The entity repository service. |
ContentEntityForm::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.