Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
34d780b4
Commit
34d780b4
authored
May 04, 2015
by
alexpott
Browse files
Issue
#2452491
by arpitr, Mile23: @deprecate drupal_pre_render_link() for Drupal 9
parent
d06839c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/common.inc
View file @
34d780b4
...
...
@@ -1030,7 +1030,8 @@ function drupal_clear_js_cache() {
/**
* Pre-render callback: Renders a link into #markup.
*
* @deprecated Use \Drupal\Core\Render\Element\Link::preRenderLink().
* @deprecated in Drupal 8.x, will be removed before Drupal 9.0.
* Use \Drupal\Core\Render\Element\Link::preRenderLink().
*/
function
drupal_pre_render_link
(
$element
)
{
return
Element\Link
::
preRenderLink
(
$element
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment