Issue #1512310 by vasi1186, cosmicdreams, Rob Loach, disasm: Remove reference to global language_url in docs
parent
2bfb9b0415
commit
4a8cc339be
|
@ -2031,8 +2031,8 @@ function _format_date_callback(array $matches = NULL, $new_langcode = NULL) {
|
||||||
* - 'external': Whether the given path is an external URL.
|
* - 'external': Whether the given path is an external URL.
|
||||||
* - 'language': An optional language object. If the path being linked to is
|
* - 'language': An optional language object. If the path being linked to is
|
||||||
* internal to the site, $options['language'] is used to look up the alias
|
* internal to the site, $options['language'] is used to look up the alias
|
||||||
* for the URL. If $options['language'] is omitted, the global $language_url
|
* for the URL. If $options['language'] is omitted, the language will be
|
||||||
* will be used.
|
* obtained from drupal_container()->get(LANGUAGE_TYPE_URL).
|
||||||
* - 'https': Whether this URL should point to a secure location. If not
|
* - 'https': Whether this URL should point to a secure location. If not
|
||||||
* defined, the current scheme is used, so the user stays on http or https
|
* defined, the current scheme is used, so the user stays on http or https
|
||||||
* respectively. TRUE enforces HTTPS and FALSE enforces HTTP, but HTTPS can
|
* respectively. TRUE enforces HTTPS and FALSE enforces HTTP, but HTTPS can
|
||||||
|
|
Loading…
Reference in New Issue