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 11.x for %s
  6. Other projects
Title Object type File name Summary
LocalActionWithDestination::create function core/lib/Drupal/Core/Menu/LocalActionWithDestination.php Creates an instance of the plugin.
LocalActionWithDestination::getOptions function core/lib/Drupal/Core/Menu/LocalActionWithDestination.php Returns options for rendering a link for the local action.
LocalActionWithDestination::__construct function core/lib/Drupal/Core/Menu/LocalActionWithDestination.php Constructs a LocalActionDefault object.
LocalAwareRedirectResponseTrait trait core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php Provides a trait which ensures that a URL is safe to redirect to.
LocalAwareRedirectResponseTrait.php file core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php
LocalAwareRedirectResponseTrait::$requestContext property core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php The request context.
LocalAwareRedirectResponseTrait::getRequestContext function core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php Returns the request context.
LocalAwareRedirectResponseTrait::isLocal function core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php Determines whether a path is local.
LocalAwareRedirectResponseTrait::setRequestContext function core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php Sets the request context.
locale-test-tokenized.html.twig file core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig {{ content }}
locale-translation-last-check.html.twig file core/modules/locale/templates/locale-translation-last-check.html.twig Default theme implementation for the last time we checked for update data.
locale-translation-last-check.html.twig file core/themes/stable9/templates/admin/locale-translation-last-check.html.twig Theme override for the last time we checked for update data.
locale-translation-update-info.html.twig file core/themes/stable9/templates/admin/locale-translation-update-info.html.twig Theme override for displaying translation status information.
locale-translation-update-info.html.twig file core/modules/locale/templates/locale-translation-update-info.html.twig Default theme implementation for displaying translation status information.
locale.admin.css file core/modules/locale/css/locale.admin.css .locale-translate-filter-form .form-item-langcode,
.locale-translate-filter-form .form-item-translation,
.locale-translate-filter-form .form-item-customized {
float: left; /* LTR */
/**
* In Opera 9, DOM elements with the property of…
locale.admin.css file core/themes/stable9/css/locale/locale.admin.css .locale-translate-filter-form .details-wrapper {
overflow: hidden;
}
.locale-translate-filter-form .form-item-langcode,
.locale-translate-filter-form .form-item-translation,
.locale-translate-filter-form .form-item-customized {
float: left; /* LTR…
locale.config_subscriber service core/modules/locale/locale.services.yml Drupal\locale\LocaleConfigSubscriber
locale.default.config.storage service core/modules/locale/locale.services.yml Drupal\locale\LocaleDefaultConfigStorage
locale.install file core/modules/locale/locale.install Install, update, and uninstall functions for the Locale module.
locale.libraries.yml file core/modules/locale/locale.libraries.yml core/modules/locale/locale.libraries.yml
locale.links.menu.yml file core/modules/locale/locale.links.menu.yml core/modules/locale/locale.links.menu.yml
locale.links.task.yml file core/modules/locale/locale.links.task.yml core/modules/locale/locale.links.task.yml
locale.locale_translation_cache_tag service core/modules/locale/locale.services.yml Drupal\locale\EventSubscriber\LocaleTranslationCacheTag
locale.pages.inc file core/modules/locale/locale.pages.inc
locale.permissions.yml file core/modules/locale/locale.permissions.yml core/modules/locale/locale.permissions.yml
locale.post_update.php file core/modules/locale/locale.post_update.php Post-update functions for Locale module.
locale.schema.yml file core/modules/locale/config/schema/locale.schema.yml core/modules/locale/config/schema/locale.schema.yml
locale.services.yml file core/modules/locale/locale.services.yml core/modules/locale/locale.services.yml
locale.settings.yml file core/modules/locale/config/install/locale.settings.yml core/modules/locale/config/install/locale.settings.yml
locale.settings.yml file core/profiles/tests/testing_multilingual/config/install/locale.settings.yml core/profiles/tests/testing_multilingual/config/install/locale.settings.yml
locale.settings.yml file core/profiles/tests/testing/config/optional/locale.settings.yml core/profiles/tests/testing/config/optional/locale.settings.yml
locale.settings.yml file core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml
locale.settings.yml file core/tests/fixtures/config_install/multilingual/locale.settings.yml core/tests/fixtures/config_install/multilingual/locale.settings.yml
locale.settings.yml file core/tests/fixtures/config_install/testing_config_install/locale.settings.yml core/tests/fixtures/config_install/testing_config_install/locale.settings.yml
locale.storage service core/modules/locale/locale.services.yml Drupal\locale\StringDatabaseStorage
locale.translate_strings.html.twig file core/modules/locale/help_topics/locale.translate_strings.html.twig ---
label: 'Translating user interface text'
related:
- core.translations
- locale.import
- locale.translation_status
- language.add
---
{% set translate_text %}{% trans %}User interface translation{% endtrans %}{% endset %}
{% set…
locale.translation.inc file core/modules/locale/locale.translation.inc
locale.translation_status.html.twig file core/modules/locale/help_topics/locale.translation_status.html.twig ---
label: 'Checking interface translation status'
related:
- core.translations
- locale.import
- locale.translate_strings
---
{% set language_text %}{% trans %}Languages{% endtrans %}{% endset %}
{% set translation_updates_text %}{% trans…
LocaleBatchTest class core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests locale batches.
LocaleBatchTest.php file core/modules/locale/tests/src/Kernel/LocaleBatchTest.php
LocaleBatchTest::$modules property core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Modules to install.
LocaleBatchTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Checks that the import batch finishes if the translation has already been imported.
LocaleBatchTest::testEnglishTranslationSkipsDefaultPattern function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests English translations skip default drupal.org pattern.
LocaleBatchTest::testNonEnglishLanguagesUnaffected function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Tests non-English languages do not skip default drupal.org pattern.
LocaleBuildTest class core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Tests building the translatable project information.
LocaleBuildTest.php file core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
LocaleBuildTest::$modules property core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Modules to install.
LocaleBuildTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Checks if a list of translatable projects gets built.
LocaleBulkDeprecationTest class core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php Tests locale.bulk.inc.
LocaleBulkDeprecationTest.php file core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php

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