remove deprecated in utilities
3 unresolved threads
3 unresolved threads
Closes #3441394
Merge request reports
Activity
added 1 commit
133 124 // Add a "data-drupal-link-system-path" attribute to let the 134 125 // drupal.active-link library know the path in a standardized manner. 135 126 if ($url->isRouted() && !isset($variables['options']['attributes']['data-drupal-link-system-path'])) { 136 // @todo System path is deprecated - use the route name and parameters. 137 127 $system_path = $url->getInternalPath(); 430 426 * @ingroup sanitization 431 427 */ 432 428 public static function escape($text): string { 433 if (is_null($text)) { 133 124 // Add a "data-drupal-link-system-path" attribute to let the 134 125 // drupal.active-link library know the path in a standardized manner. 135 126 if ($url->isRouted() && !isset($variables['options']['attributes']['data-drupal-link-system-path'])) { 136 // @todo System path is deprecated - use the route name and parameters. added 59 commits
-
45f71098...66de90c6 - 57 commits from branch
project:11.x
- 25dff236 - Merge branch '11.x' of git.drupal.org:project/drupal into 3441394-remove-deprecated-code
- 3ed93e4c - Add comment back with issue
-
45f71098...66de90c6 - 57 commits from branch
Please register or sign in to reply