-
- Downloads
Issue #2570593 by dww, pfrenssen, markhalliwell, moshe weitzman, JeroenT, Chi,...
Issue #2570593 by dww, pfrenssen, markhalliwell, moshe weitzman, JeroenT, Chi, eiriksm, d70rr3s, deviantintegral, bradjones1, larowlan, dpi, sokru, claudiu.cristea, Berdir, jonathanshaw, catch, Kingdutch, alexpott, TravisCarden, johnwebdev, AaronMcHale, sime, e0ipso: Allow entities to be subclassed using "bundle classes"
parent
384d615a
Branches
Tags
Showing
- core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php 2 additions, 1 deletioncore/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
- core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php 25 additions, 0 deletionscore/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php
- core/lib/Drupal/Core/Entity/ContentEntityBase.php 17 additions, 0 deletionscore/lib/Drupal/Core/Entity/ContentEntityBase.php
- core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php 118 additions, 25 deletionscore/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
- core/lib/Drupal/Core/Entity/EntityStorageBase.php 116 additions, 26 deletionscore/lib/Drupal/Core/Entity/EntityStorageBase.php
- core/lib/Drupal/Core/Entity/EntityStorageInterface.php 12 additions, 0 deletionscore/lib/Drupal/Core/Entity/EntityStorageInterface.php
- core/lib/Drupal/Core/Entity/EntityTypeRepository.php 17 additions, 1 deletioncore/lib/Drupal/Core/Entity/EntityTypeRepository.php
- core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php 2 additions, 0 deletions.../lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php
- core/lib/Drupal/Core/Entity/Exception/AmbiguousBundleClassException.php 24 additions, 0 deletions...l/Core/Entity/Exception/AmbiguousBundleClassException.php
- core/lib/Drupal/Core/Entity/Exception/BundleClassInheritanceException.php 25 additions, 0 deletions...Core/Entity/Exception/BundleClassInheritanceException.php
- core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php 2 additions, 1 deletion...rupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
- core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php 3 additions, 2 deletionscore/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
- core/lib/Drupal/Core/Entity/entity.api.php 7 additions, 0 deletionscore/lib/Drupal/Core/Entity/entity.api.php
- core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.info.yml 7 additions, 0 deletions...ntity_test_bundle_class/entity_test_bundle_class.info.yml
- core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.module 34 additions, 0 deletions.../entity_test_bundle_class/entity_test_bundle_class.module
- core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php 11 additions, 0 deletions...undle_class/src/Entity/EntityTestAmbiguousBundleClass.php
- core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php 98 additions, 0 deletions...ty_test_bundle_class/src/Entity/EntityTestBundleClass.php
- core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php 11 additions, 0 deletions...tity_test_bundle_class/src/Entity/EntityTestUserClass.php
- core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php 9 additions, 0 deletions...test_bundle_class/src/Entity/NonInheritingBundleClass.php
- core/modules/system/tests/modules/entity_test_deprecated_storage/entity_test_deprecated_storage.info.yml 7 additions, 0 deletions...eprecated_storage/entity_test_deprecated_storage.info.yml
Loading
Please register or sign in to comment