drupal/core/lib
Alex Pott 4a26ee1f81
Issue #3436599 by longwave: Replace RequestCloseSubscriber with needs_destruction tag on ModuleHandler
2024-03-28 10:29:24 +00:00
..
Drupal Issue #3436599 by longwave: Replace RequestCloseSubscriber with needs_destruction tag on ModuleHandler 2024-03-28 10:29:24 +00:00
Drupal.php Issue #1170362 by alexpott, catch, pillarsdotnet, sun, jofitz, geerlingguy, steinmb, tresti88, DamienMcKenna, dpovshed, imclean, bradjones1, mErilainen, David_Rothstein, KarenS, BTMash, rickmanelius, Anonymous, smustgrave, Wim Leers, kreynen, webchick, websiteworkspace, phenaproxima, Kiphaas7, bbrala: Install profile is disabled for lots of different reasons and core doesn't allow for that 2024-03-21 09:17:19 +00:00
README.txt Issue #3050275 by Balu Ertl, borisson_: Replace remaining references of PSR-0 to PSR-4 instead 2019-05-15 15:32:10 +02:00

README.txt

The core/lib directory is for classes provided by Drupal Core that are original
to Drupal. All Drupal-originated code must follow the PSR-4 naming convention
for classes and namespaces as documented here:

https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md

The vendor namespace for Drupal-originated code is "Drupal".