Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 662 Bytes

HACK.md

File metadata and controls

18 lines (17 loc) · 662 Bytes

List of classes that we've altered

  • DependencyInjection:
    • Drupal\Component\DependencyInjection\Container
    • Drupal\Component\DependencyInjection\PhpArrayContainer
  • Database:
    • Drupal\Core\Database\Connection
    • Drupal\Core\Database\Database
    • Drupal\Core\Database\Query\Merge
  • FileCache:
    • Drupal\Component\FileCacheFactory (PHP 5.3 friendly)
    • Drupal\Component\NullFileCache (PHP 5.3 friendly)
  • KeyValueStore:
    • Drupal\Core\KeyValueStore\DatabaseStorage
  • StringTranslation:
    • Drupal\Core\StringTranslation\TranslationWrapper

List of class that we've added

-Drupal\Core\DependencyInjection\Dumper\PhpArrayDumper