- 🇮🇳India ajeet_kumar gurugaon
I reviewed patch and found Drupal 10 compatibility issues.
Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
- Status changed to RTBC
over 1 year ago 8:28am 20 April 2023 - First commit to issue fork.
- 🇭🇺Hungary kepesv
@flocondetoile could you please release a d10 compatible version of the module based on the tested and reviewed patch?
- 🇫🇷France flocondetoile Lyon
Tweaking a bit patch #11
diff --git a/src/Plugin/FieldTypeExportInterface.php b/src/Plugin/FieldTypeExportInterface.php index 1684b34..e8ad7fd 100644 --- a/src/Plugin/FieldTypeExportInterface.php +++ b/src/Plugin/FieldTypeExportInterface.php @@ -69,8 +69,8 @@ interface FieldTypeExportInterface extends PluginInspectionInterface { * @param array $options * An array of additionnal options. * - * @return string - * The string value to be export in the CSV file. + * @return array + * An array of value to be export in the CSV file. */ public function export(ContentEntityInterface $entity, FieldDefinitionInterface $field_definition, array $options = []); diff --git a/tests/src/Functional/LoadTest.php b/tests/src/Functional/LoadTest.php index e549b7f..c2e6e6e 100644 --- a/tests/src/Functional/LoadTest.php +++ b/tests/src/Functional/LoadTest.php @@ -17,7 +17,7 @@ class LoadTest extends BrowserTestBase { * * @var array */ - public static $modules = ['entity_export_csv']; + protected static $modules = ['entity_export_csv']; /** * {@inheritdoc}
-
ajeet_kumar →
authored 4e620051 on 8.x-1.x
Issue #3287238 by penaccaratogarciagaregnani-at-reserv, ajeet_kumar,...
-
ajeet_kumar →
authored 4e620051 on 8.x-1.x
- 🇫🇷France flocondetoile Lyon
Switching on a new branch and publish soon a new release. Thanks everyone.
- Status changed to Fixed
about 1 year ago 1:56pm 8 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.