We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Support PSR-4 autloading for Drupal 7 modules.
Module that defines dependencies[] = at_base in info file, can autoload the classes:
/path/to/module/lib/Class.php -> \Drupal\module_name\Class /path/to/module/lib/Controller/PageX.php -> \Drupal\module_name\Controller\PageX
at_id(new Drupal\at_base\Autoloader('Your\Name\Space', '/path/to/your/package/')) ->register();