Skip to content

Commit

Permalink
HPC-9281: Improve method description, fix default migration config
Browse files Browse the repository at this point in the history
  • Loading branch information
berliner committed Mar 15, 2024
1 parent 6306c7e commit 5358840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ process:
-
plugin: skip_on_empty
method: process
source: tags
source: content_space/title
-
plugin: entity_lookup
entity_type: taxonomy_term
Expand Down
4 changes: 2 additions & 2 deletions html/modules/custom/ghi_content/src/Import/ImportManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public function importDocumentChapters(NodeInterface $node, RemoteDocumentInterf
}

/**
* Import tags for an content object.
* Import tags for a content entity.
*
* @param \Drupal\node\NodeInterface $node
* The node for which tags should be imported/synced.
Expand Down Expand Up @@ -540,7 +540,7 @@ public function importTags(NodeInterface $node, RemoteContentInterface $content,
}

/**
* Import tags for an content object.
* Import the content space for a content entity.
*
* @param \Drupal\node\NodeInterface $node
* The node for which tags should be imported/synced.
Expand Down

0 comments on commit 5358840

Please sign in to comment.