Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
ConfirmFormArrayPathTestForm::getCancelText function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns a caption for the link which cancels the action.
ConfirmFormArrayPathTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns the route to go to if the user cancels the action.
ConfirmFormArrayPathTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns a unique string identifying the form.
ConfirmFormBase class core/lib/Drupal/Core/Form/ConfirmFormBase.php Provides an generic base class for a confirmation form.
ConfirmFormBase.php file core/lib/Drupal/Core/Form/ConfirmFormBase.php
ConfirmFormBase::buildForm function core/lib/Drupal/Core/Form/ConfirmFormBase.php Form constructor.
ConfirmFormBase::getCancelText function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns a caption for the link which cancels the action.
ConfirmFormBase::getConfirmText function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns a caption for the button that confirms the action.
ConfirmFormBase::getDescription function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns additional text to display as a description.
ConfirmFormBase::getFormName function core/lib/Drupal/Core/Form/ConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ConfirmFormHelper class core/lib/Drupal/Core/Form/ConfirmFormHelper.php Provides common functionality to confirmation forms.
ConfirmFormHelper.php file core/lib/Drupal/Core/Form/ConfirmFormHelper.php
ConfirmFormHelper::buildCancelLink function core/lib/Drupal/Core/Form/ConfirmFormHelper.php Builds the cancel link for a confirmation form.
ConfirmFormHelperTest class core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @coversDefaultClass \Drupal\Core\Form\ConfirmFormHelper
@group Form
ConfirmFormHelperTest.php file core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php
ConfirmFormHelperTest::providerTestCancelLinkDestination function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Provides test data for testCancelLinkDestination().
ConfirmFormHelperTest::testCancelLinkDestination function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRoute function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRouteWithParams function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRouteWithUrl function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkTitle function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormInterface interface core/lib/Drupal/Core/Form/ConfirmFormInterface.php Defines the behavior a confirmation form.
ConfirmFormInterface.php file core/lib/Drupal/Core/Form/ConfirmFormInterface.php
ConfirmFormInterface::getCancelText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the link which cancels the action.
ConfirmFormInterface::getCancelUrl function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the route to go to if the user cancels the action.
ConfirmFormInterface::getConfirmText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the button that confirms the action.
ConfirmFormInterface::getDescription function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns additional text to display as a description.
ConfirmFormInterface::getFormName function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getQuestion function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the question to ask the user.
ConfirmFormTest class core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests confirmation forms.
ConfirmFormTest.php file core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php The theme to install as the default for testing.
ConfirmFormTest::$modules property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Modules to enable.
ConfirmFormTest::assertCancelLinkUrl function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Asserts that a cancel link is present pointing to the provided URL.
ConfirmFormTest::testConfirmForm function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::testConfirmFormWithExternalDestination function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests that the confirm form does not use external destinations.
ConfirmFormTestForm class core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Provides a test confirmation form.
ConfirmFormTestForm.php file core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
ConfirmFormTestForm::buildForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form constructor.
ConfirmFormTestForm::getCancelText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the link which cancels the action.
ConfirmFormTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the route to go to if the user cancels the action.
ConfirmFormTestForm::getConfirmText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the button that confirms the action.
ConfirmFormTestForm::getDescription function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns additional text to display as a description.
ConfirmFormTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a unique string identifying the form.
ConfirmFormTestForm::getQuestion function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the question to ask the user.
ConfirmFormTestForm::submitForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form submission handler.
ContactFormEditForm::getEditableConfigNames function core/modules/contact/src/ContactFormEditForm.php Gets the configuration names that will be editable.
ContactPageAccess::$configFactory property core/modules/contact/src/Access/ContactPageAccess.php The contact settings config object.
ContainerTest::testGetForConfigurator function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for configurable services works.
ContainerTest::testGetForConfiguratorWithException function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for configurable services throws an Exception.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.