Search for setForm
- Search 7.x for setForm
- Search 9.5.x for setForm
- Search 10.3.x for setForm
- Search 11.x for setForm
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityForm::setFormDisplay | function | core/ |
Sets the form display. |
ContentEntityFormInterface::setFormDisplay | function | core/ |
Sets the form display. |
EntityType::setFormClass | function | core/ |
Sets a form class for a specific operation. |
EntityTypeInterface::setFormClass | function | core/ |
Sets a form class for a specific operation. |
FormState::setFormObject | function | core/ |
Sets the form object that is responsible for building this form. |
FormState::setFormState | function | core/ |
Sets the value of the form state. |
FormStateDecoratorBase::setFormObject | function | core/ |
Sets the form object that is responsible for building this form. |
FormStateDecoratorBase::setFormState | function | core/ |
Sets the value of the form state. |
FormStateDecoratorBaseTest::testSetFormObject | function | core/ |
@covers ::setFormObject[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetFormState | function | core/ |
@covers ::setFormState[[api-linebreak]] |
FormStateInterface::setFormObject | function | core/ |
Sets the form object that is responsible for building this form. |
FormStateInterface::setFormState | function | core/ |
Sets the value of the form state. |
NegotiationMiddlewareTest::testSetFormat | function | core/ |
@covers ::registerFormat[[api-linebreak]] |
SetFormCommand | class | core/ |
Provides an AJAX command for setting a form submit URL in modal forms. |
SetFormCommand.php | file | core/ |
|
SetFormCommand::$url | property | core/ |
The URL of the form. |
SetFormCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
SetFormCommand::__construct | function | core/ |
Constructs a SetFormCommand object. |
Term::setFormat | function | core/ |
Sets the text format name for the term description. |
TermInterface::setFormat | function | core/ |
Sets the text format name for the term description. |
TestFormWithPredefinedForm::setForm | function | core/ |
|
UserPasswordResetForm | class | core/ |
Form controller for the user password forms. |
UserPasswordResetForm.php | file | core/ |
|
UserPasswordResetForm::buildForm | function | core/ |
|
UserPasswordResetForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UserPasswordResetForm::submitForm | function | core/ |
Form submission handler. |
VocabularyResetForm | class | core/ |
Provides confirmation form for resetting a vocabulary to alphabetical order. |
VocabularyResetForm.php | file | core/ |
|
VocabularyResetForm::$termStorage | property | core/ |
The term storage. |
VocabularyResetForm::create | function | core/ |
Instantiates a new instance of this class. |
VocabularyResetForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
VocabularyResetForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
VocabularyResetForm::getDescription | function | core/ |
Returns additional text to display as a description. |
VocabularyResetForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
VocabularyResetForm::getQuestion | function | core/ |
Returns the question to ask the user. |
VocabularyResetForm::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⦠|
VocabularyResetForm::__construct | function | core/ |
Constructs a new VocabularyResetForm object. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.