Improve support for destination settings in data_pipelines.yml file.
1 unresolved thread
Closes #3269883
Merge request reports
Activity
Filter activity
assigned to @mortim07
added 1 commit
- 8149d26e - Add null coallesce to ensure an array is always returned regardless of whether...
requested review from @jibran
6 6 7 use Drupal\Core\Logger\LoggerChannelInterface; 8 use Drupal\Core\TypedData\TypedDataManagerInterface; 7 9 use Drupal\data_pipelines\DatasetPipelineBase; 10 use Drupal\data_pipelines\Transform\DatasetTransformPluginManager; 8 11 use Drupal\data_pipelines\Transform\TransformInterface; 9 12 10 13 /** 11 14 * Elasticsearch specific data pipeline plugin class. 15 * 16 * @deprecated 12 17 */ 13 18 class ElasticSearchDatasetPipeline extends DatasetPipelineBase { 14 19 20 public function __construct(array $configuration, string $plugin_id, array $plugin_definition, LoggerChannelInterface $logger_channel, DatasetTransformPluginManager $transformPluginManager, TypedDataManagerInterface $typedDataManager){ 21 trigger_error( - Resolved by Jibran Ijaz
mentioned in merge request !12
added 3 commits
-
8149d26e...249c6102 - 2 commits from branch
project:1.x
- 13ecc3cf - Merge branch '1.x' into 3269883-move-elasticsearch-field
-
8149d26e...249c6102 - 2 commits from branch
added 4 commits
-
a185c841...b1ec4a76 - 3 commits from branch
project:1.x
- a02598fd - Merge branch '1.x' into 3269883-move-elasticsearch-field
-
a185c841...b1ec4a76 - 3 commits from branch
Please register or sign in to reply