LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN
Same name in other branches
- 9 core/modules/locale/locale.module \LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN
- 8.9.x core/modules/locale/locale.module \LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN
- 10 core/modules/locale/locale.module \LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN
Default location of gettext file on the translation server.
Deprecated
in drupal:11.2.0 and is removed from drupal:12.0.0. Use \Drupal::TRANSLATION_DEFAULT_SERVER_PATTERN instead.
See also
https://www.drupal.org/node/3488133
locale_translation_default_translation_server()
File
-
core/
modules/ locale/ locale.module, line 101
Code
const LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN = \Drupal::TRANSLATION_DEFAULT_SERVER_PATTERN;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.