Registry Autoload
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Simple module to add PSR-0 and PSR-4 support to the Drupal 7 Core registry.
Motivation
The registry autoload module fills a gap between Drupal 7 and Drupal 8.
Drupal 8 has been using namespaced classes, but relies on the composer autoloader. Drupal 7 has the code registry for autoloading, but does not support namespaced files.
While the core registry would be enough to autoload namespaced files in Drupal 7, Drupal 7 does not support the namespace PHP tag as it did not exist when Drupal 7 was created.
