Skip to content
Snippets Groups Projects

Improve support for destination settings in data_pipelines.yml file.

1 unresolved thread

Closes #3269883

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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(
  • Jibran Ijaz
  • Jibran Ijaz mentioned in merge request !12

    mentioned in merge request !12

  • Jibran Ijaz added 3 commits

    added 3 commits

    Compare with previous version

  • Jibran Ijaz added 1 commit

    added 1 commit

    Compare with previous version

  • Jibran Ijaz added 4 commits

    added 4 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading