Search for confirm
- Search 7.x for confirm
- Search 9.5.x for confirm
- Search 8.9.x for confirm
- Search 10.3.x for confirm
- Search 11.x for confirm
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfirmFormInterface::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ConfirmFormInterface::getDescription | function | core/ |
Returns additional text to display as a description. |
| ConfirmFormInterface::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
| ConfirmFormInterface::getQuestion | function | core/ |
Returns the question to ask the user. |
| ConfirmFormTest | class | core/ |
Tests confirmation forms. |
| ConfirmFormTest.php | file | core/ |
|
| ConfirmFormTest::$defaultTheme | property | core/ |
|
| ConfirmFormTest::$modules | property | core/ |
|
| ConfirmFormTest::testConfirmForm | function | core/ |
Tests the confirm form functionality, including submission and cancellation. |
| ConfirmFormTest::testConfirmFormWithExternalDestination | function | core/ |
Tests that the confirm form does not use external destinations. |
| ConfirmFormTestForm | class | core/ |
Provides a test confirmation form. |
| ConfirmFormTestForm.php | file | core/ |
|
| ConfirmFormTestForm::buildForm | function | core/ |
|
| ConfirmFormTestForm::getCancelText | function | core/ |
|
| ConfirmFormTestForm::getCancelUrl | function | core/ |
|
| ConfirmFormTestForm::getConfirmText | function | core/ |
|
| ConfirmFormTestForm::getDescription | function | core/ |
|
| ConfirmFormTestForm::getFormId | function | core/ |
|
| ConfirmFormTestForm::getQuestion | function | core/ |
|
| ConfirmFormTestForm::submitForm | function | core/ |
|
| ContentEntityConfirmFormBase | class | core/ |
Provides a generic base class for an entity-based confirmation form. |
| ContentEntityConfirmFormBase.php | file | core/ |
|
| ContentEntityConfirmFormBase::actions | function | core/ |
|
| ContentEntityConfirmFormBase::buildForm | function | core/ |
|
| 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/ |
|
| ContentEntityConfirmFormBase::getBaseFormId | function | core/ |
|
| ContentEntityConfirmFormBase::getCancelText | function | core/ |
|
| ContentEntityConfirmFormBase::getConfirmText | function | core/ |
|
| ContentEntityConfirmFormBase::getDescription | function | core/ |
|
| ContentEntityConfirmFormBase::getFormName | function | core/ |
|
| 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/ |
|
| CredentialForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| DblogClearLogConfirmForm | class | core/ |
Provides a confirmation form before clearing out the logs. |
| DblogClearLogConfirmForm.php | file | core/ |
|
| DblogClearLogConfirmForm::$connection | property | core/ |
The database connection. |
| DblogClearLogConfirmForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| DblogClearLogConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| DblogClearLogConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| DblogClearLogConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| DblogClearLogConfirmForm::submitForm | function | core/ |
Form submission handler. |
| DblogClearLogConfirmForm::__construct | function | core/ |
Constructs a new DblogClearLogConfirmForm. |
| DeleteMultipleForm::getConfirmText | function | core/ |
|
| EntityConfirmFormBase | class | core/ |
Provides a generic base class for an entity-based confirmation form. |
| EntityConfirmFormBase.php | file | core/ |
|
| EntityConfirmFormBase::actions | function | core/ |
|
| EntityConfirmFormBase::buildForm | function | core/ |
|
| EntityConfirmFormBase::delete | function | core/ |
The delete() method is not used in EntityConfirmFormBase. This overrides the default implementation that redirects to the delete-form confirmation form. |
| EntityConfirmFormBase::getBaseFormId | function | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.