drupal/core/lib
xjm bbd96cc9a0 Issue #2852515 by dawehner, timmillwood: $interface is still set from the previous loop in tagged services compilation 2017-02-21 09:37:03 +00:00
..
Drupal Issue #2852515 by dawehner, timmillwood: $interface is still set from the previous loop in tagged services compilation 2017-02-21 09:37:03 +00:00
Drupal.php Issue #2389335 by Berdir, naveenvalecha, claudiu.cristea, almaudoh, joachim, jibran: Deprecate entity.query service and replace with using the entity storage's getQuery() method 2017-02-09 21:10:34 +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".