diff --git a/src/Plugin/migrate/process/ParseEntityLookup.php b/src/Plugin/migrate/process/ParseEntityLookup.php index 1e2c834..98a8eec 100644 --- a/src/Plugin/migrate/process/ParseEntityLookup.php +++ b/src/Plugin/migrate/process/ParseEntityLookup.php @@ -19,7 +19,7 @@ * * This plugin will parse a string with the following form, assuming the `delimiter` configuration parameter is equal to * the colon character:

- * `:::`

+ * `:::`

* For example, `taxonomy_term:subject:name:History`. The form of the string provides an unambiguous reference that * can be used to configure and invoke the `entity_lookup` plugin.

* @@ -62,7 +62,7 @@ * defaults: * entity_type: taxonomy_term * bundle_key: vid - * bundle_name: subject + * bundle: subject * value_key: name * ``` *