drupal/core/lib
Lee Rowlands 4f1d0f7f41
Issue #2820416 by arunkumark, tameeshb, jungle, ZeiP, Dinesh18, gianani, pk188, joachim, xjm: inaccurate description for EntityTypeManager::getHandler()
2017-07-26 09:40:27 +10:00
..
Drupal Issue #2820416 by arunkumark, tameeshb, jungle, ZeiP, Dinesh18, gianani, pk188, joachim, xjm: inaccurate description for EntityTypeManager::getHandler() 2017-07-26 09:40:27 +10:00
Drupal.php Issue #2776975 by joelpittet, dawehner, tim.plunkett, xjm, pfrenssen: March 3, 2017: Convert core to array syntax coding standards for Drupal 8.3.x RC phase 2017-03-03 19:20:24 -06: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".