drupal/core/lib
Lee Rowlands 52224e3709
Issue #3001201 by voleger, andypost, goodboy: Convert tablesort.inc functions to a static class
2018-11-22 18:40:04 +10:00
..
Drupal Issue #3001201 by voleger, andypost, goodboy: Convert tablesort.inc functions to a static class 2018-11-22 18:40:04 +10:00
Drupal.php
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".