Skip to content

Commit

Permalink
Add HACK.md with service/classes that we've altered.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Dellaiera authored and Pol Dellaiera committed Jun 18, 2015
1 parent 709c6d6 commit 7170869
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 12 additions & 0 deletions HACK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## List of service and class that we've altered ##
- Database:
- Drupal\Core\Database\Connection
- Drupal\Core\Database\Database
- Drupal\Core\Database\Query\Merge
- KeyValueStore:
- Drupal\Core\KeyValueStore\DatabaseStorage
- StringTranslation:
- Drupal\Core\StringTranslation\TranslationWrapper

## List of class that we've added ##
-Drupal\Core\DependencyInjection\Dumper\PhpArrayDumper
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,10 @@ So you can use normal container parameter syntax.

### List of Drupal 8 core services that we've altered

The following services contains files that has been altered from their Drupal 8 counterpart to make them compatible with Drupal 7.

* Database
* KeyValueStore
* StringTranslation
See the file HACK.md for more details.

### Examples of modules that use this module
* [render_cache 7.x-2.x](https://www.drupal.org/project/render_cache)
* [openlayers 7.x-3.x](https://www.drupal.org/project/openlayers)
* [vardumper 7.x-1.x](https://www.drupal.org/project/vardumper)

0 comments on commit 7170869

Please sign in to comment.