-
- Downloads
Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage...
Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes.
parent
d9f7b3a3
No related branches found
No related tags found
Showing
- core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php 8 additions, 44 deletions...lib/Drupal/Core/Config/Entity/ConfigStorageController.php
- core/lib/Drupal/Core/Entity/DatabaseStorageController.php 11 additions, 51 deletionscore/lib/Drupal/Core/Entity/DatabaseStorageController.php
- core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php 12 additions, 6 deletionscore/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php
- core/lib/Drupal/Core/Entity/Entity.php 48 additions, 0 deletionscore/lib/Drupal/Core/Entity/Entity.php
- core/lib/Drupal/Core/Entity/EntityBCDecorator.php 49 additions, 0 deletionscore/lib/Drupal/Core/Entity/EntityBCDecorator.php
- core/lib/Drupal/Core/Entity/EntityInterface.php 88 additions, 0 deletionscore/lib/Drupal/Core/Entity/EntityInterface.php
- core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php 1 addition, 1 deletion...b/Drupal/Core/Entity/EntityStorageControllerInterface.php
- core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php 38 additions, 89 deletions...ggregator/lib/Drupal/aggregator/FeedStorageController.php
- core/modules/aggregator/lib/Drupal/aggregator/FeedStorageControllerInterface.php 45 additions, 0 deletions.../lib/Drupal/aggregator/FeedStorageControllerInterface.php
- core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php 35 additions, 43 deletions...ggregator/lib/Drupal/aggregator/ItemStorageController.php
- core/modules/aggregator/lib/Drupal/aggregator/ItemStorageControllerInterface.php 44 additions, 0 deletions.../lib/Drupal/aggregator/ItemStorageControllerInterface.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/Core/Entity/Feed.php 73 additions, 1 deletion...regator/lib/Drupal/aggregator/Plugin/Core/Entity/Feed.php
- core/modules/aggregator/lib/Drupal/aggregator/Plugin/Core/Entity/Item.php 22 additions, 0 deletions...regator/lib/Drupal/aggregator/Plugin/Core/Entity/Item.php
- core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php 4 additions, 38 deletions.../lib/Drupal/custom_block/CustomBlockStorageController.php
- core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php 0 additions, 44 deletions.../Drupal/custom_block/CustomBlockTypeStorageController.php
- core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php 33 additions, 0 deletions...ib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php
- core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlockType.php 24 additions, 1 deletion...rupal/custom_block/Plugin/Core/Entity/CustomBlockType.php
- core/modules/block/lib/Drupal/block/BlockStorageController.php 0 additions, 9 deletions...modules/block/lib/Drupal/block/BlockStorageController.php
- core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php 8 additions, 0 deletions...dules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php
- core/modules/comment/lib/Drupal/comment/CommentStorageController.php 35 additions, 163 deletions...s/comment/lib/Drupal/comment/CommentStorageController.php
Loading
Please register or sign in to comment