Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 291167

Move path.inc to a Path Service in the DIC

$
0
0

In _drupal_bootstrap_full(), you can see the following:

<?php
 
require_once DRUPAL_ROOT . '/'. settings()->get('path_inc', 'core/includes/path.inc');
?>

This is a perfect candidate for the DIC. Conditionally switching PHP files is an old methodology, and we can do better.


Viewing all articles
Browse latest Browse all 291167

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>