Search for conf

  1. Search 7.x for conf
  2. Search 8.9.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
config_translation_test_event_subscriber service core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml Drupal\config_translation_test\EventSubscriber\ConfigTranslationTestSubscriber
config_translation_test_form_config_translation_add_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_FORM_ID_alter() for ConfigTranslationAddForm.
config_translation_test_form_config_translation_edit_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_FORM_ID_alter() for ConfigTranslationEditForm.
config_translation_test_form_config_translation_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_BASE_FORM_ID_alter() for ConfigTranslationFormBase.
config_translation_test_system_info_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_system_info_alter().
config_translation_test_theme.config_translation.yml file core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml
config_translation_test_theme.info.yml file core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml
config_translation_theme function core/modules/config_translation/config_translation.module Implements hook_theme().
config_translation_themes_installed function core/modules/config_translation/config_translation.module Implements hook_themes_installed().
config_translation_themes_uninstalled function core/modules/config_translation/config_translation.module Implements hook_themes_uninstalled().
confirm-form.html.twig file core/themes/stable9/templates/form/confirm-form.html.twig Theme override for confirm form.
confirm-form.html.twig file core/themes/stable/templates/form/confirm-form.html.twig Theme override for confirm form.
confirm-form.html.twig file core/themes/starterkit_theme/templates/form/confirm-form.html.twig Theme override for confirm form.
confirm-form.html.twig file core/themes/classy/templates/form/confirm-form.html.twig Theme override for confirm form.
confirm-form.html.twig file core/modules/system/templates/confirm-form.html.twig Default theme implementation for confirm form.
ConfirmClassyCopiesTest class core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Confirms that theme assets copied from Classy have not been changed.
ConfirmClassyCopiesTest.php file core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php
ConfirmClassyCopiesTest::getClassyHash function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Gets the hash of a Classy asset.
ConfirmClassyCopiesTest::providerTestClassyCopies function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Provides lists of filenames for a theme's asset files copied from Classy.
ConfirmClassyCopiesTest::testClassyCopies function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Confirms that files copied from Classy have not been altered.
ConfirmClassyCopiesTest::testClassyHashes function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Tests Classy's assets have not been altered.
ConfirmDeleteMultiple class core/modules/comment/src/Form/ConfirmDeleteMultiple.php Provides the comment multiple delete confirmation form.
ConfirmDeleteMultiple.php file core/modules/comment/src/Form/ConfirmDeleteMultiple.php
ConfirmDeleteMultiple::getCancelUrl function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the route to go to if the user cancels the action.
ConfirmDeleteMultiple::getDeletedMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user after an item was deleted.
ConfirmDeleteMultiple::getInaccessibleMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user when an item has not been deleted.
ConfirmDeleteMultiple::getQuestion function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the question to ask the user.
ConfirmFormArrayPathTestForm class core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Provides a test confirmation form with a complex cancellation destination.
ConfirmFormArrayPathTestForm.php file core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php
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 a 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

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