Issue #3453152 by Wim Leers, tedbow, larowlan: Centralize & standardize logic...
Issue #3453152 by Wim Leers, tedbow, larowlan: Centralize & standardize logic for constructing *PropSource objects + kernel test coverage
parent
5980589d
No related branches found
No related tags found
Showing
- config/optional/field.field.node.article.field_xb_demo.yml 1 addition, 2 deletionsconfig/optional/field.field.node.article.field_xb_demo.yml
- src/Plugin/Adapter/DayCountAdapter.php 36 additions, 0 deletionssrc/Plugin/Adapter/DayCountAdapter.php
- src/Plugin/Adapter/UnixTimestampToDateAdapter.php 29 additions, 0 deletionssrc/Plugin/Adapter/UnixTimestampToDateAdapter.php
- src/Plugin/DataType/ComponentPropsValues.php 4 additions, 9 deletionssrc/Plugin/DataType/ComponentPropsValues.php
- src/Plugin/Field/FieldType/ComponentTreeItem.php 2 additions, 2 deletionssrc/Plugin/Field/FieldType/ComponentTreeItem.php
- src/PropSource/AdaptedPropSource.php 31 additions, 18 deletionssrc/PropSource/AdaptedPropSource.php
- src/PropSource/DynamicPropSource.php 17 additions, 2 deletionssrc/PropSource/DynamicPropSource.php
- src/PropSource/PropSource.php 31 additions, 9 deletionssrc/PropSource/PropSource.php
- src/PropSource/PropSourceBase.php 30 additions, 0 deletionssrc/PropSource/PropSourceBase.php
- src/PropSource/StaticPropSource.php 10 additions, 2 deletionssrc/PropSource/StaticPropSource.php
- src/SdcPropJsonSchemaType.php 1 addition, 1 deletionsrc/SdcPropJsonSchemaType.php
- tests/src/Functional/EndToEndDemoIntegrationTest.php 5 additions, 3 deletionstests/src/Functional/EndToEndDemoIntegrationTest.php
- tests/src/Kernel/FieldTypeUninstallValidatorTest.php 1 addition, 2 deletionstests/src/Kernel/FieldTypeUninstallValidatorTest.php
- tests/src/Kernel/Plugin/Field/FieldType/ComponentTreeItemTest.php 1 addition, 2 deletions...c/Kernel/Plugin/Field/FieldType/ComponentTreeItemTest.php
- tests/src/Kernel/PropSourceTest.php 242 additions, 0 deletionstests/src/Kernel/PropSourceTest.php
Loading
Please register or sign in to comment