drupal/core/lib
xjm e6f59e0713 Issue #3049099 by alexpott, catch: Whilst updating from 8.6.x to 8.7.x you get many "Invalid argument supplied for foreach() in Drupal\Core\Theme\ThemeInitialization" warnings 2019-04-18 07:48:35 -05:00
..
Drupal Issue #3049099 by alexpott, catch: Whilst updating from 8.6.x to 8.7.x you get many "Invalid argument supplied for foreach() in Drupal\Core\Theme\ThemeInitialization" warnings 2019-04-18 07:48:35 -05:00
Drupal.php Issue #2731817 by mikelutz, ashishdalvi, Sonal.Sangale, dbt102, andypost, jhodgdon, martin107, roderik: Replace all calls to the deprecated Drupal::url() function in Core 2019-04-16 14:38:27 +09:00
README.txt

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-0 naming convention
for classes and namespaces as documented here:

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

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