-
- Downloads
Issue #2543726 by damiankloip, Wim Leers, claudiu.cristea, voleger, dagmar,...
Issue #2543726 by damiankloip, Wim Leers, claudiu.cristea, voleger, dagmar, dawehner, amateescu, tedbow, FredCorreia, mgalalm, caseylau, jibran, dbjpanda, pcambra, Grimreaper, idebr, dmouse, larowlan, Berdir, chx, andypost, yched, fgm: Make $term->parent behave like any other entity reference field, to fix REST and Migrate support and de-customize its Views integration
parent
f724db34
No related branches found
No related tags found
Showing
- core/modules/forum/forum.views.inc 1 addition, 1 deletioncore/modules/forum/forum.views.inc
- core/modules/forum/tests/src/Functional/ForumTest.php 1 addition, 1 deletioncore/modules/forum/tests/src/Functional/ForumTest.php
- core/modules/hal/hal.services.yml 1 addition, 1 deletioncore/modules/hal/hal.services.yml
- core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php 72 additions, 7 deletions...ules/hal/src/Normalizer/EntityReferenceItemNormalizer.php
- core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonAnonTest.php 1 addition, 1 deletion...ctional/EntityResource/Comment/CommentHalJsonAnonTest.php
- core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php 19 additions, 0 deletions...ctional/EntityResource/Comment/CommentHalJsonTestBase.php
- core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonAnonTest.php 13 additions, 0 deletions...rc/Functional/EntityResource/Node/NodeHalJsonAnonTest.php
- core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonAnonTest.php 113 additions, 0 deletions...rc/Functional/EntityResource/Term/TermHalJsonAnonTest.php
- core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php 111 additions, 1 deletion...c/Functional/EntityResource/Term/TermResourceTestBase.php
- core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php 1 addition, 1 deletion...onal/EntityResource/XmlEntityNormalizationQuirksTrait.php
- core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php 5 additions, 0 deletions...ion/src/Normalizer/EntityReferenceFieldItemNormalizer.php
- core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php 30 additions, 0 deletions...rc/Normalizer/EntityReferenceFieldItemNormalizerTrait.php
- core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php 54 additions, 0 deletions...nit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
- core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php 63 additions, 0 deletions...ixtures/update/drupal-8.views-taxonomy-parent-2543726.php
- core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.yml 222 additions, 0 deletions...ixtures/update/drupal-8.views-taxonomy-parent-2543726.yml
- core/modules/taxonomy/src/Entity/Term.php 20 additions, 18 deletionscore/modules/taxonomy/src/Entity/Term.php
- core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php 6 additions, 5 deletions...ules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
- core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php 6 additions, 5 deletions...axonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php
- core/modules/taxonomy/src/TermStorage.php 109 additions, 99 deletionscore/modules/taxonomy/src/TermStorage.php
- core/modules/taxonomy/src/TermStorageInterface.php 8 additions, 0 deletionscore/modules/taxonomy/src/TermStorageInterface.php
Loading
Please register or sign in to comment