drupal/core/lib
Alex Pott e25c440c99 Issue #2427773 by sun, daffie: SQLite REGEXP user function exists, but is wrongly implemented 2015-02-17 14:02:40 +00:00
..
Drupal Issue #2427773 by sun, daffie: SQLite REGEXP user function exists, but is wrongly implemented 2015-02-17 14:02:40 +00:00
Drupal.php Issue #2421005 by tim.plunkett: Add \Drupal::hasContainer() instead of checking if \Drupal::getContainer() === NULL 2015-02-05 20:50:59 +00: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".