Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfirmFormBase::getDescription | function | core/ |
Returns additional text to display as a description. |
| ConfirmFormBase::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
| ConfirmFormHelper | class | core/ |
Provides common functionality to confirmation forms. |
| ConfirmFormHelper.php | file | core/ |
|
| ConfirmFormHelper::buildCancelLink | function | core/ |
Builds the cancel link for a confirmation form. |
| ConfirmFormHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\ConfirmFormHelper[[api-linebreak]] @group Form |
| ConfirmFormHelperTest.php | file | core/ |
|
| ConfirmFormHelperTest::providerTestCancelLinkDestination | function | core/ |
Provides test data for testCancelLinkDestination(). |
| ConfirmFormHelperTest::testCancelLinkDestination | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkRoute | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkRouteWithParams | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkRouteWithUrl | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormHelperTest::testCancelLinkTitle | function | core/ |
@covers ::buildCancelLink[[api-linebreak]] |
| ConfirmFormInterface | interface | core/ |
Defines the behavior a confirmation form. |
| ConfirmFormInterface.php | file | core/ |
|
| ConfirmFormInterface::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
| ConfirmFormInterface::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| 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/ |
The theme to install as the default for testing. |
| ConfirmFormTest::$modules | property | core/ |
Modules to install. |
| ConfirmFormTest::testConfirmForm | function | core/ |
|
| 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/ |
Form constructor. |
| ConfirmFormTestForm::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
| ConfirmFormTestForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ConfirmFormTestForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ConfirmFormTestForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| ConfirmFormTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ConfirmFormTestForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ConfirmFormTestForm::submitForm | function | core/ |
Form submission handler. |
| contact.configuring_personal.html.twig | file | core/ |
--- label: 'Configuring personal contact forms' related: - contact.overview - contact.adding_fields --- {% set config_link_text %}{% trans %}Account settings{% endtrans %}{% endset %} {% set config_link =… |
| ContactFormEditForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| ContactPageAccess::$configFactory | property | core/ |
The contact settings config object. |
| ContainerTest::testGetForConfigurator | function | core/ |
Tests that Container::get() for configurable services works. |
| ContainerTest::testGetForConfiguratorWithException | function | core/ |
Tests that Container::get() for configurable services throws an Exception. |
| ContentEntity::$defaultConfiguration | property | core/ |
The plugin's default configuration. |
| 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. |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.