Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
config_translation.links.menu.yml file core/modules/config_translation/config_translation.links.menu.yml core/modules/config_translation/config_translation.links.menu.yml
config_translation.links.task.yml file core/modules/config_translation/config_translation.links.task.yml core/modules/config_translation/config_translation.links.task.yml
config_translation.migrate_drupal.yml file core/modules/config_translation/migrations/state/config_translation.migrate_drupal.yml core/modules/config_translation/migrations/state/config_translation.migrate_drupal.yml
config_translation.overview.html.twig file core/modules/config_translation/help_topics/config_translation.overview.html.twig ---
label: 'Translating configuration'
related:
- core.config_overview
- core.translations
- language.add
---
{% set config_translation_link_text %}{% trans %}Configuration translation{% endtrans %}{% endset %}
{% set…
config_translation.permissions.yml file core/modules/config_translation/config_translation.permissions.yml core/modules/config_translation/config_translation.permissions.yml
config_translation.route_subscriber service core/modules/config_translation/config_translation.services.yml Drupal\config_translation\Routing\RouteSubscriber
config_translation.routing.yml file core/modules/config_translation/config_translation.routing.yml core/modules/config_translation/config_translation.routing.yml
config_translation.services.yml file core/modules/config_translation/config_translation.services.yml core/modules/config_translation/config_translation.services.yml
config_translation_manage_form_element.html.twig file core/modules/config_translation/templates/config_translation_manage_form_element.html.twig Default theme implementation for a form element in config_translation.
config_translation_manage_form_element.html.twig file core/themes/stable9/templates/admin/config_translation_manage_form_element.html.twig Theme override for a form element in config_translation.
config_translation_manage_form_element.html.twig file core/themes/claro/templates/admin/config_translation_manage_form_element.html.twig Theme override for a form element in config_translation.
config_translation_manage_form_element.html.twig file core/themes/admin/templates/admin/config_translation_manage_form_element.html.twig Theme override for a form element in config_translation.
config_translation_manage_form_element.html.twig file core/themes/default_admin/templates/admin/config_translation_manage_form_element.html.twig Theme override for a form element in config_translation.
config_translation_test.config_translation.yml file core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.config_translation.yml core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.config_translation.yml
config_translation_test.content.yml file core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml
config_translation_test.info.yml file core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml
config_translation_test.links.task.yml file core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml
config_translation_test.schema.yml file core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml
config_translation_test.services.yml file core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml
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_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
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.
ConfirmFormHelperTest class core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Tests Drupal\Core\Form\ConfirmFormHelper.
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 Tests a cancel link provided by the destination.
ConfirmFormHelperTest::testCancelLinkRoute function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Tests a cancel link route.
ConfirmFormHelperTest::testCancelLinkRouteWithParams function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Tests a cancel link route with parameters.
ConfirmFormHelperTest::testCancelLinkRouteWithUrl function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Tests a cancel link route with a URL object.
ConfirmFormHelperTest::testCancelLinkTitle function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Tests the cancel link title.
ConfirmFormInterface::getDescription function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns additional text to display as a description.
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.

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