Skip to content
Snippets Groups Projects
Commit 7e1becfd authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1686180 by kiamlaluno: Fix URL for Symfony docs

parent 364fd177
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2444,7 +2444,8 @@ function drupal_get_bootstrap_phase() {
* @code
* // Register the LANGUAGE_TYPE_INTERFACE definition. Registered definitions
* // do not necessarily need to be named by a constant.
* // See http://symfony.com/doc/current/components/dependency_injection.html
* // See
* // http://symfony.com/doc/current/components/dependency_injection/introduction.html
* // for usage examples of adding object initialization code after register().
* $container = drupal_container();
* $container->register(LANGUAGE_TYPE_INTERFACE, 'Drupal\\Core\\Language\\Language');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment